#ACA17D

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

Shades of Hillary #ACA17D

Tints of Hillary #ACA17D

Color information

#ACA17D (or 0xACA17D) is unknown color: approx Hillary. HEX triplet: AC, A1 and 7D. RGB value is (172,161,125). Sum of RGB (Red+Green+Blue) = 172+161+125=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA17D is #535E82. Grayscale: #A0A0A0. Windows color (decimal): -5463683 or 8233388. OLE color: 8233388.

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

Color convert

RGB172161125-
CMYK00.060.270.33
HSL45.96º22.07%58.24%-
HSV(B)45.96º27.33%67.45%-
XYZ33.4635.7424.54-
YUV160.18108.14136.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=37.55%
G=35.15%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216112500.060.270.3345.9622.0758.24
HexACA17D061B212e163a
Octal254241175063341562672
Binary1010110010100001111110101101101110000110111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA17D; }

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

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

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

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

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

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

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

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