#ACA372

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

Shades of Hillary #ACA372

Tints of Hillary #ACA372

Color information

#ACA372 (or 0xACA372) is unknown color: approx Hillary. HEX triplet: AC, A3 and 72. RGB value is (172,163,114). Sum of RGB (Red+Green+Blue) = 172+163+114=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA372 is #535C8D. Grayscale: #A0A0A0. Windows color (decimal): -5463182 or 7513004. OLE color: 7513004.

HSL color Cylindrical-coordinate representation of color #ACA372: hue angle of 50.69º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACA372 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB172163114-
CMYK00.050.340.33
HSL50.69º25.89%56.08%-
HSV(B)50.69º33.72%67.45%-
XYZ33.1536.1821.16-
YUV160.1101.98136.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=38.31%
G=36.30%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216311400.050.340.3350.6925.8956.08
HexACA372052221331a38
Octal254243162054241633270
Binary10101100101000111110010010110001010000111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA372; }

 p { color: rgb(172,163,114); }

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

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

 a { background-color: rgb(172,163,114); }

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

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

 span { border-color: rgb(172,163,114); }

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