#ACA078

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

Shades of Hillary #ACA078

Tints of Hillary #ACA078

Color information

#ACA078 (or 0xACA078) is unknown color: approx Hillary. HEX triplet: AC, A0 and 78. RGB value is (172,160,120). Sum of RGB (Red+Green+Blue) = 172+160+120=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA078 is #535F87. Grayscale: #9F9F9F. Windows color (decimal): -5463944 or 7905452. OLE color: 7905452.

HSL color Cylindrical-coordinate representation of color #ACA078: hue angle of 46.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACA078 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172160120-
CMYK00.070.300.33
HSL46.15º23.85%57.25%-
HSV(B)46.15º30.23%67.45%-
XYZ32.9735.2722.84-
YUV159.03105.98137.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=38.05%
G=35.40%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216012000.070.300.3346.1523.8557.25
HexACA078071E212e1839
Octal254240170073641563071
Binary1010110010100000111100001111111010000110111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA078; }

 p { color: rgb(172,160,120); }

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

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

 a { background-color: rgb(172,160,120); }

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

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

 span { border-color: rgb(172,160,120); }

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