#ACA473

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

Shades of Hillary #ACA473

Tints of Hillary #ACA473

Color information

#ACA473 (or 0xACA473) is unknown color: approx Hillary. HEX triplet: AC, A4 and 73. RGB value is (172,164,115). Sum of RGB (Red+Green+Blue) = 172+164+115=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA473 is #535B8C. Grayscale: #A1A1A1. Windows color (decimal): -5462925 or 7578796. OLE color: 7578796.

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

Color convert

RGB172164115-
CMYK00.050.330.33
HSL51.58º25.56%56.27%-
HSV(B)51.58º33.14%67.45%-
XYZ33.3836.5621.52-
YUV160.81102.15135.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=38.14%
G=36.36%
B=25.50%

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
Decimal17216411500.050.330.3351.5825.5656.27
HexACA473052121341a38
Octal254244163054141643270
Binary10101100101001001110011010110000110000111010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA473; }

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

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

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

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

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

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

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

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