#ACA676

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

Shades of Hillary #ACA676

Tints of Hillary #ACA676

Color information

#ACA676 (or 0xACA676) is unknown color: approx Hillary. HEX triplet: AC, A6 and 76. RGB value is (172,166,118). Sum of RGB (Red+Green+Blue) = 172+166+118=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA676 is #535989. Grayscale: #A2A2A2. Windows color (decimal): -5462410 or 7775916. OLE color: 7775916.

HSL color Cylindrical-coordinate representation of color #ACA676: hue angle of 53.33º 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 #ACA676 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172166118-
CMYK00.030.310.33
HSL53.33º24.55%56.86%-
HSV(B)53.33º31.4%67.45%-
XYZ33.9237.3522.56-
YUV162.32102.99134.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=37.72%
G=36.40%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216611800.030.310.3353.3324.5556.86
HexACA676031F21351939
Octal254246166033741653171
Binary101011001010011011101100111111110000111010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA676; }

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

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

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

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

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

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

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

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