#ACA379

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

Shades of Hillary #ACA379

Tints of Hillary #ACA379

Color information

#ACA379 (or 0xACA379) is unknown color: approx Hillary. HEX triplet: AC, A3 and 79. RGB value is (172,163,121). Sum of RGB (Red+Green+Blue) = 172+163+121=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA379 is #535C86. Grayscale: #A1A1A1. Windows color (decimal): -5463175 or 7971756. OLE color: 7971756.

HSL color Cylindrical-coordinate representation of color #ACA379: hue angle of 49.41º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACA379 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172163121-
CMYK00.050.300.33
HSL49.41º23.5%57.45%-
HSV(B)49.41º29.65%67.45%-
XYZ33.5636.3523.34-
YUV160.9105.48135.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=37.72%
G=35.75%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216312100.050.300.3349.4123.557.45
HexACA379051E21311839
Octal254243171053641613071
Binary1010110010100011111100101011111010000111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA379; }

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

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

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

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

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

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

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

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