#ADA077

Color #ADA077 Hillary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hillary #ADA077

Tints of Hillary #ADA077

Color information

#ADA077 (or 0xADA077) is unknown color: approx Hillary. HEX triplet: AD, A0 and 77. RGB value is (173,160,119). Sum of RGB (Red+Green+Blue) = 173+160+119=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA077 is #525F88. Grayscale: #9F9F9F. Windows color (decimal): -5398409 or 7839917. OLE color: 7839917.

HSL color Cylindrical-coordinate representation of color #ADA077: hue angle of 45.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA077 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173160119-
CMYK00.080.310.32
HSL45.56º24.77%57.25%-
HSV(B)45.56º31.21%67.84%-
XYZ33.1335.3622.53-
YUV159.21105.31137.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=38.27%
G=35.40%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316011900.080.310.3245.5624.7757.25
HexADA077081F202e1939
Octal2552401670103740563171
Binary10101101101000001110111010001111110000010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA077; }

 p { color: rgb(173,160,119); }

 H1.HeaderClassName
 {
   color: #ADA077;
 }
 .AnyTagClassName
 {
   color: #ADA077;
 }
</style>
background-color css

<style>
 a { background-color: #ADA077; }

 a { background-color: rgb(173,160,119); }

 div.DivClassName
 {
   background-color: #ADA077;
 }
 .BgClassName
 {
   background-color: #ADA077;
 }
</style>
border-color css

<style>
 span { border-color: #ADA077; }

 span { border-color: rgb(173,160,119); }

 td.TdClassName
 {
   border-color: #ADA077;
 }
 .TagClassName
 {
   border-color: #ADA077;
 }
</style>