Color Hex Logo

#ada76a Color Hex

#ADA76A
(173,167,106)
0 Favorites   0 Comments

Color spaces of #ada76a

RGB 173167106
HSL0.150.290.55
HSV55°39°68°
CMYK 0.000.030.39   0.32
XYZ33.653837.562319.1122
Yxy37.56230.37260.4158
Hunter Lab61.2881-9.238324.4126
CIE-Lab67.6968-7.034732.3231

#ada76a color RGB value is (173,167,106).

#ada76a hex color red value is 173, green value is 167 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ada76a hue: 0.15 , saturation: 0.29 and the lightness value of ada76a is 0.55.

The process color (four color CMYK) of #ada76a color hex is 0.00, 0.03, 0.39, 0.32. Web safe color of #ada76a is #999966. Color #ada76a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01101010
Octal 255 247 152
Decimal 173 167 106
Hex AD A7 6A

RGB Percentages of Color #ada76a

%38.79
%37.44
%23.77

CMYK Percentages of Color #ada76a

%0
%3
%39
%32

Triadic Colors of #ada76a

#ada76a #6aada7 #a76aad

Analogous Colors of #ada76a

#ada76a #92ad6a #ad866a

Monochromatic Colors of #ada76a

#ada76a

Complementary Color

#ada76a #6a70ad

#ada76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada76a Color CSS Codes

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

#ada76a Text Font Color

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

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


#ada76a Background Color

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

This div background color is #ada76a


#ada76a Border Color

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

This div border color is #ada76a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,167,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ada76a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ada76a;
  -webkit-box-shadow: 1px 1px 3px 2px #ada76a;
  box-shadow:         1px 1px 3px 2px #ada76a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,167,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada76a


Comments

No comments written yet.

Please login to write comment.