#ACA478

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

Shades of Hillary #ACA478

Tints of Hillary #ACA478

Color information

#ACA478 (or 0xACA478) is unknown color: approx Hillary. HEX triplet: AC, A4 and 78. RGB value is (172,164,120). Sum of RGB (Red+Green+Blue) = 172+164+120=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA478 is #535B87. Grayscale: #A1A1A1. Windows color (decimal): -5462920 or 7906476. OLE color: 7906476.

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

Color convert

RGB172164120-
CMYK00.050.300.33
HSL50.77º23.85%57.25%-
HSV(B)50.77º30.23%67.45%-
XYZ33.6836.6823.07-
YUV161.38104.65135.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=37.72%
G=35.96%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216412000.050.300.3350.7723.8557.25
HexACA478051E21331839
Octal254244170053641633071
Binary1010110010100100111100001011111010000111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA478; }

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

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

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

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

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

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

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

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