#ADA07D

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

Shades of Hillary #ADA07D

Tints of Hillary #ADA07D

Color information

#ADA07D (or 0xADA07D) is unknown color: approx Hillary. HEX triplet: AD, A0 and 7D. RGB value is (173,160,125). Sum of RGB (Red+Green+Blue) = 173+160+125=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA07D is #525F82. Grayscale: #A0A0A0. Windows color (decimal): -5398403 or 8233133. OLE color: 8233133.

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

Color convert

RGB173160125-
CMYK00.080.280.32
HSL43.75º22.64%58.43%-
HSV(B)43.75º27.75%67.84%-
XYZ33.5135.5124.49-
YUV159.9108.31137.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=37.77%
G=34.93%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316012500.080.280.3243.7522.6458.43
HexADA07D081C202c173a
Octal2552401750103440542772
Binary10101101101000001111101010001110010000010110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA07D; }

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

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

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

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

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

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

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

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