#ADA47E

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

Shades of Hillary #ADA47E

Tints of Hillary #ADA47E

Color information

#ADA47E (or 0xADA47E) is unknown color: approx Hillary. HEX triplet: AD, A4 and 7E. RGB value is (173,164,126). Sum of RGB (Red+Green+Blue) = 173+164+126=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA47E is #525B81. Grayscale: #A2A2A2. Windows color (decimal): -5397378 or 8299693. OLE color: 8299693.

HSL color Cylindrical-coordinate representation of color #ADA47E: hue angle of 48.51º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA47E is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173164126-
CMYK00.050.270.32
HSL48.51º22.27%58.63%-
HSV(B)48.51º27.17%67.84%-
XYZ34.2736.9425.06-
YUV162.36107.48135.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=37.37%
G=35.42%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316412600.050.270.3248.5122.2758.63
HexADA47E051B2031163b
Octal255244176053340612673
Binary1010110110100100111111001011101110000011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA47E; }

 p { color: rgb(173,164,126); }

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

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

 a { background-color: rgb(173,164,126); }

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

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

 span { border-color: rgb(173,164,126); }

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