#ACA771

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

Shades of Hillary #ACA771

Tints of Hillary #ACA771

Color information

#ACA771 (or 0xACA771) is unknown color: approx Hillary. HEX triplet: AC, A7 and 71. RGB value is (172,167,113). Sum of RGB (Red+Green+Blue) = 172+167+113=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA771 is #53588E. Grayscale: #A2A2A2. Windows color (decimal): -5462159 or 7448492. OLE color: 7448492.

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

Color convert

RGB172167113-
CMYK00.030.340.33
HSL54.92º26.22%55.88%-
HSV(B)54.92º34.3%67.45%-
XYZ33.8137.621.1-
YUV162.34100.16134.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 113 (44.53% from 255) = 25%
R=38.05%
G=36.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216711300.030.340.3354.9226.2255.88
HexACA771032221371a38
Octal254247161034241673270
Binary1010110010100111111000101110001010000111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA771; }

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

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

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

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

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

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

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

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