Color Hex Logo

#a69748 Color Hex

#A69748
(166,151,72)
0 Favorites   0 Comments

Color spaces of #a69748

RGB 16615172
HSL0.140.390.47
HSV50°57°65°
CMYK 0.000.090.57   0.35
XYZ27.962230.708110.5844
Yxy30.70810.40380.4434
Hunter Lab55.4149-6.905527.4659
CIE-Lab62.2604-4.786642.9719

#a69748 color RGB value is (166,151,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 01001000
Octal 246 227 110
Decimal 166 151 72
Hex A6 97 48

RGB Percentages of Color #a69748

%42.67
%38.82
%18.51

CMYK Percentages of Color #a69748

%0
%9
%57
%35

Triadic Colors of #a69748

#a69748 #48a697 #9748a6

Analogous Colors of #a69748

#a69748 #86a648 #a66848

Monochromatic Colors of #a69748

#a69748

Complementary Color

#a69748 #4857a6

#a69748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69748 Color CSS Codes

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

#a69748 Text Font Color

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

This sample text font color is #a69748
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.


#a69748 Background Color

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

This div background color is #a69748


#a69748 Border Color

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

This div border color is #a69748


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,151,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 #a69748">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69748


Comments

No comments written yet.

Please login to write comment.