#ACA37D

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

Shades of Hillary #ACA37D

Tints of Hillary #ACA37D

Color information

#ACA37D (or 0xACA37D) is unknown color: approx Hillary. HEX triplet: AC, A3 and 7D. RGB value is (172,163,125). Sum of RGB (Red+Green+Blue) = 172+163+125=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA37D is #535C82. Grayscale: #A1A1A1. Windows color (decimal): -5463171 or 8233900. OLE color: 8233900.

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

Color convert

RGB172163125-
CMYK00.050.270.33
HSL48.51º22.07%58.24%-
HSV(B)48.51º27.33%67.45%-
XYZ33.8136.4524.65-
YUV161.36107.48135.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=37.39%
G=35.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216312500.050.270.3348.5122.0758.24
HexACA37D051B2131163a
Octal254243175053341612672
Binary1010110010100011111110101011101110000111000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA37D; }

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

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

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

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

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

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

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

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