#ACA252

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

Shades of Husk #ACA252

Tints of Husk #ACA252

Color information

#ACA252 (or 0xACA252) is unknown color: approx Husk. HEX triplet: AC, A2 and 52. RGB value is (172,162,82). Sum of RGB (Red+Green+Blue) = 172+162+82=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA252 is #535DAD. Grayscale: #9C9C9C. Windows color (decimal): -5463470 or 5415596. OLE color: 5415596.

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

Color convert

RGB17216282-
CMYK00.060.520.33
HSL53.33º35.43%49.8%-
HSV(B)53.33º52.33%67.45%-
XYZ31.4635.2213.12-
YUV155.8786.31139.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=41.35%
G=38.94%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721628200.060.520.3353.3335.4349.8
HexACA252063421352332
Octal254242122066441654362
Binary101011001010001010100100110110100100001110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA252; }

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

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

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

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

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

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

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

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