#ACA371

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

Shades of Hillary #ACA371

Tints of Hillary #ACA371

Color information

#ACA371 (or 0xACA371) is unknown color: approx Hillary. HEX triplet: AC, A3 and 71. RGB value is (172,163,113). Sum of RGB (Red+Green+Blue) = 172+163+113=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA371 is #535C8E. Grayscale: #A0A0A0. Windows color (decimal): -5463183 or 7447468. OLE color: 7447468.

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

Color convert

RGB172163113-
CMYK00.050.340.33
HSL50.85º26.22%55.88%-
HSV(B)50.85º34.3%67.45%-
XYZ33.0936.1620.86-
YUV159.99101.48136.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=38.39%
G=36.38%
B=25.22%

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
Decimal17216311300.050.340.3350.8526.2255.88
HexACA371052221331a38
Octal254243161054241633270
Binary10101100101000111110001010110001010000111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA371; }

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

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

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

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

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

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

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

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