#ACA276

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

Shades of Hillary #ACA276

Tints of Hillary #ACA276

Color information

#ACA276 (or 0xACA276) is unknown color: approx Hillary. HEX triplet: AC, A2 and 76. RGB value is (172,162,118). Sum of RGB (Red+Green+Blue) = 172+162+118=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA276 is #535D89. Grayscale: #A0A0A0. Windows color (decimal): -5463434 or 7774892. OLE color: 7774892.

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

Color convert

RGB172162118-
CMYK00.060.310.33
HSL48.89º24.55%56.86%-
HSV(B)48.89º31.4%67.45%-
XYZ33.235.9222.32-
YUV159.97104.31136.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=38.05%
G=35.84%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216211800.060.310.3348.8924.5556.86
HexACA276061F21311939
Octal254242166063741613171
Binary1010110010100010111011001101111110000111000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA276; }

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

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

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

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

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

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

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

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