#ADA47F

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

Shades of Hillary #ADA47F

Tints of Hillary #ADA47F

Color information

#ADA47F (or 0xADA47F) is unknown color: approx Hillary. HEX triplet: AD, A4 and 7F. RGB value is (173,164,127). Sum of RGB (Red+Green+Blue) = 173+164+127=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA47F is #525B80. Grayscale: #A2A2A2. Windows color (decimal): -5397377 or 8365229. OLE color: 8365229.

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

Color convert

RGB173164127-
CMYK00.050.270.32
HSL48.26º21.9%58.82%-
HSV(B)48.26º26.59%67.84%-
XYZ34.3436.9725.4-
YUV162.47107.98135.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 127 (50% from 255) = 27.37%
R=37.28%
G=35.34%
B=27.37%

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
Decimal17316412700.050.270.3248.2621.958.82
HexADA47F051B2030163b
Octal255244177053340602673
Binary1010110110100100111111101011101110000011000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA47F; }

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

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

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

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

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

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

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

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