#ACA47D

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

Shades of Hillary #ACA47D

Tints of Hillary #ACA47D

Color information

#ACA47D (or 0xACA47D) is unknown color: approx Hillary. HEX triplet: AC, A4 and 7D. RGB value is (172,164,125). Sum of RGB (Red+Green+Blue) = 172+164+125=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA47D is #535B82. Grayscale: #A2A2A2. Windows color (decimal): -5462915 or 8234156. OLE color: 8234156.

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

Color convert

RGB172164125-
CMYK00.050.270.33
HSL49.79º22.07%58.24%-
HSV(B)49.79º27.33%67.45%-
XYZ33.9936.824.71-
YUV161.95107.15135.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=37.31%
G=35.57%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216412500.050.270.3349.7922.0758.24
HexACA47D051B2132163a
Octal254244175053341622672
Binary1010110010100100111110101011101110000111001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA47D; }

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

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

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

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

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

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

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

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