#ACA051

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

Shades of Husk #ACA051

Tints of Husk #ACA051

Color information

#ACA051 (or 0xACA051) is unknown color: approx Husk. HEX triplet: AC, A0 and 51. RGB value is (172,160,81). Sum of RGB (Red+Green+Blue) = 172+160+81=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA051 is #535FAE. Grayscale: #9A9A9A. Windows color (decimal): -5463983 or 5349548. OLE color: 5349548.

HSL color Cylindrical-coordinate representation of color #ACA051: hue angle of 52.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACA051 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17216081-
CMYK00.070.530.33
HSL52.09º35.97%49.61%-
HSV(B)52.09º52.91%67.45%-
XYZ31.0734.5112.81-
YUV154.5886.48140.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=41.65%
G=38.74%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721608100.070.530.3352.0935.9749.61
HexACA051073521342432
Octal254240121076541644462
Binary101011001010000010100010111110101100001110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA051; }

 p { color: rgb(172,160,81); }

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

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

 a { background-color: rgb(172,160,81); }

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

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

 span { border-color: rgb(172,160,81); }

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