#ACA772

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

Shades of Hillary #ACA772

Tints of Hillary #ACA772

Color information

#ACA772 (or 0xACA772) is unknown color: approx Hillary. HEX triplet: AC, A7 and 72. RGB value is (172,167,114). Sum of RGB (Red+Green+Blue) = 172+167+114=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA772 is #53588D. Grayscale: #A2A2A2. Windows color (decimal): -5462158 or 7514028. OLE color: 7514028.

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

Color convert

RGB172167114-
CMYK00.030.340.33
HSL54.83º25.89%56.08%-
HSV(B)54.83º33.72%67.45%-
XYZ33.8737.6221.4-
YUV162.45100.66134.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=37.97%
G=36.87%
B=25.17%

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
Decimal17216711400.030.340.3354.8325.8956.08
HexACA772032221371a38
Octal254247162034241673270
Binary1010110010100111111001001110001010000111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA772; }

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

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

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

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

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

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

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

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