#ACA373

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

Shades of Hillary #ACA373

Tints of Hillary #ACA373

Color information

#ACA373 (or 0xACA373) is unknown color: approx Hillary. HEX triplet: AC, A3 and 73. RGB value is (172,163,115). Sum of RGB (Red+Green+Blue) = 172+163+115=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA373 is #535C8C. Grayscale: #A0A0A0. Windows color (decimal): -5463181 or 7578540. OLE color: 7578540.

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

Color convert

RGB172163115-
CMYK00.050.330.33
HSL50.53º25.56%56.27%-
HSV(B)50.53º33.14%67.45%-
XYZ33.236.221.46-
YUV160.22102.48136.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=38.22%
G=36.22%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216311500.050.330.3350.5325.5656.27
HexACA373052121331a38
Octal254243163054141633270
Binary10101100101000111110011010110000110000111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA373; }

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

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

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

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

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

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

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

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