#ACA278

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

Shades of Hillary #ACA278

Tints of Hillary #ACA278

Color information

#ACA278 (or 0xACA278) is unknown color: approx Hillary. HEX triplet: AC, A2 and 78. RGB value is (172,162,120). Sum of RGB (Red+Green+Blue) = 172+162+120=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA278 is #535D87. Grayscale: #A0A0A0. Windows color (decimal): -5463432 or 7905964. OLE color: 7905964.

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

Color convert

RGB172162120-
CMYK00.060.300.33
HSL48.46º23.85%57.25%-
HSV(B)48.46º30.23%67.45%-
XYZ33.3235.9722.96-
YUV160.2105.31136.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=37.89%
G=35.68%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216212000.060.300.3348.4623.8557.25
HexACA278061E21301839
Octal254242170063641603071
Binary1010110010100010111100001101111010000111000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA278; }

 p { color: rgb(172,162,120); }

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

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

 a { background-color: rgb(172,162,120); }

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

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

 span { border-color: rgb(172,162,120); }

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