Color Hex Logo

#a69648 Color Hex

#A69648
(166,150,72)
0 Favorites   0 Comments

Color spaces of #a69648

RGB 16615072
HSL0.140.390.47
HSV50°57°65°
CMYK 0.000.100.57   0.35
XYZ27.801930.387610.5310
Yxy30.38760.40460.4422
Hunter Lab55.1249-6.443427.2608
CIE-Lab61.9872-4.245642.6557

#a69648 color RGB value is (166,150,72).

#a69648 hex color red value is 166, green value is 150 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a69648 hue: 0.14 , saturation: 0.39 and the lightness value of a69648 is 0.47.

The process color (four color CMYK) of #a69648 color hex is 0.00, 0.10, 0.57, 0.35. Web safe color of #a69648 is #999933. Color #a69648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 01001000
Octal 246 226 110
Decimal 166 150 72
Hex A6 96 48

RGB Percentages of Color #a69648

%42.78
%38.66
%18.56

CMYK Percentages of Color #a69648

%0
%10
%57
%35

Triadic Colors of #a69648

#a69648 #48a696 #9648a6

Analogous Colors of #a69648

#a69648 #87a648 #a66748

Monochromatic Colors of #a69648

#a69648

Complementary Color

#a69648 #4858a6

#a69648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69648 Color CSS Codes

.mybgcolor {background-color:#a69648; } 
.myforecolor {color:#a69648; }
.mybordercolor {border:3px solid #a69648; }

#a69648 Text Font Color

<p style="color:#a69648">Text here</p>

This sample text font color is #a69648
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a69648 Background Color

<div style="background-color:#a69648">
Div content here</div>

This div background color is #a69648


#a69648 Border Color

<div style="border:3px solid #a69648">
Div here</div>

This div border color is #a69648


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,150,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a69648; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a69648;
  -webkit-box-shadow: 1px 1px 3px 2px #a69648;
  box-shadow:         1px 1px 3px 2px #a69648; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,150,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a69648">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a69648;
  -webkit-box-shadow: 1px 1px 3px 2px #a69648;
  box-shadow:         1px 1px 3px 2px #a69648;">
Div content here</div>

This div box has shadow with color #a69648

#a69648 Color Palettes


Comments

No comments written yet.

Please login to write comment.