#ACA576

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

Shades of Hillary #ACA576

Tints of Hillary #ACA576

Color information

#ACA576 (or 0xACA576) is unknown color: approx Hillary. HEX triplet: AC, A5 and 76. RGB value is (172,165,118). Sum of RGB (Red+Green+Blue) = 172+165+118=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA576 is #535A89. Grayscale: #A1A1A1. Windows color (decimal): -5462666 or 7775660. OLE color: 7775660.

HSL color Cylindrical-coordinate representation of color #ACA576: hue angle of 52.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA576 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172165118-
CMYK00.040.310.33
HSL52.22º24.55%56.86%-
HSV(B)52.22º31.4%67.45%-
XYZ33.7436.9922.5-
YUV161.73103.32135.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=37.80%
G=36.26%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216511800.040.310.3352.2224.5556.86
HexACA576041F21341939
Octal254245166043741643171
Binary1010110010100101111011001001111110000111010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA576; }

 p { color: rgb(172,165,118); }

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

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

 a { background-color: rgb(172,165,118); }

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

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

 span { border-color: rgb(172,165,118); }

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