#ACA24F

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

Shades of Husk #ACA24F

Tints of Husk #ACA24F

Color information

#ACA24F (or 0xACA24F) is unknown color: approx Husk. HEX triplet: AC, A2 and 4F. RGB value is (172,162,79). Sum of RGB (Red+Green+Blue) = 172+162+79=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA24F is #535DB0. Grayscale: #9B9B9B. Windows color (decimal): -5463473 or 5218988. OLE color: 5218988.

HSL color Cylindrical-coordinate representation of color #ACA24F: hue angle of 53.55º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACA24F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17216279-
CMYK00.060.540.33
HSL53.55º37.05%49.22%-
HSV(B)53.55º54.07%67.45%-
XYZ31.3435.1812.53-
YUV155.5384.81139.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=41.65%
G=39.23%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721627900.060.540.3353.5537.0549.22
HexACA24F063621362531
Octal254242117066641664561
Binary101011001010001010011110110110110100001110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA24F; }

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

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

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

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

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

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

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

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