#ACA874

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

Shades of Hillary #ACA874

Tints of Hillary #ACA874

Color information

#ACA874 (or 0xACA874) is unknown color: approx Hillary. HEX triplet: AC, A8 and 74. RGB value is (172,168,116). Sum of RGB (Red+Green+Blue) = 172+168+116=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA874 is #53578B. Grayscale: #A3A3A3. Windows color (decimal): -5461900 or 7645356. OLE color: 7645356.

HSL color Cylindrical-coordinate representation of color #ACA874: hue angle of 55.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACA874 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172168116-
CMYK00.020.330.33
HSL55.71º25.23%56.47%-
HSV(B)55.71º32.56%67.45%-
XYZ34.1738.0422.06-
YUV163.27101.33134.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=37.72%
G=36.84%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216811600.020.330.3355.7125.2356.47
HexACA874022121381938
Octal254250164024141703170
Binary1010110010101000111010001010000110000111100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA874; }

 p { color: rgb(172,168,116); }

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

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

 a { background-color: rgb(172,168,116); }

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

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

 span { border-color: rgb(172,168,116); }

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