#ACA380

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

Shades of Hillary #ACA380

Tints of Hillary #ACA380

Color information

#ACA380 (or 0xACA380) is unknown color: approx Hillary. HEX triplet: AC, A3 and 80. RGB value is (172,163,128). Sum of RGB (Red+Green+Blue) = 172+163+128=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA380 is #535C7F. Grayscale: #A1A1A1. Windows color (decimal): -5463168 or 8430508. OLE color: 8430508.

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

Color convert

RGB172163128-
CMYK00.050.260.33
HSL47.73º20.95%58.82%-
HSV(B)47.73º25.58%67.45%-
XYZ34.0136.5225.68-
YUV161.7108.98135.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=37.15%
G=35.21%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216312800.050.260.3347.7320.9558.82
HexACA380051A2130153b
Octal254243200053241602573
Binary10101100101000111000000001011101010000111000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA380; }

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

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

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

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

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

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

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

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