#ADA47D

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

Shades of Hillary #ADA47D

Tints of Hillary #ADA47D

Color information

#ADA47D (or 0xADA47D) is unknown color: approx Hillary. HEX triplet: AD, A4 and 7D. RGB value is (173,164,125). Sum of RGB (Red+Green+Blue) = 173+164+125=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA47D is #525B82. Grayscale: #A2A2A2. Windows color (decimal): -5397379 or 8234157. OLE color: 8234157.

HSL color Cylindrical-coordinate representation of color #ADA47D: hue angle of 48.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 #ADA47D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173164125-
CMYK00.050.280.32
HSL48.75º22.64%58.43%-
HSV(B)48.75º27.75%67.84%-
XYZ34.2136.9224.72-
YUV162.24106.98135.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=37.45%
G=35.50%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316412500.050.280.3248.7522.6458.43
HexADA47D051C2031173a
Octal255244175053440612772
Binary1010110110100100111110101011110010000011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA47D; }

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

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

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

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

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

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

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

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