#aca776

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

Shades of Hillary #ACA776

Tints of Hillary #ACA776

Color information

#ACA776 (or 0xACA776) is unknown color: approx Hillary. HEX triplet: AC, A7 and 76. RGB value is (172,167,118). Sum of RGB (Red+Green+Blue) = 172+167+118=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA776 is #535889. Grayscale: #A3A3A3. Windows color (decimal): -5462154 or 7776172. OLE color: 7776172.

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

Color convert

RGB172167118-
CMYK00.030.310.33
HSL54.44º24.55%56.86%-
HSV(B)54.44º31.4%67.45%-
XYZ34.137.7222.62-
YUV162.91102.66134.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=37.64%
G=36.54%
B=25.82%

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
Decimal17216711800.030.310.3354.4424.5556.86
HexACA776031F21361939
Octal254247166033741663171
Binary101011001010011111101100111111110000111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca776; }

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

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

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

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

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

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

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

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