#ACA152

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

Shades of Husk #ACA152

Tints of Husk #ACA152

Color information

#ACA152 (or 0xACA152) is unknown color: approx Husk. HEX triplet: AC, A1 and 52. RGB value is (172,161,82). Sum of RGB (Red+Green+Blue) = 172+161+82=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA152 is #535EAD. Grayscale: #9B9B9B. Windows color (decimal): -5463726 or 5415340. OLE color: 5415340.

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

Color convert

RGB17216182-
CMYK00.060.520.33
HSL52.67º35.43%49.8%-
HSV(B)52.67º52.33%67.45%-
XYZ31.2834.8713.06-
YUV155.2886.64139.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=41.45%
G=38.80%
B=19.76%

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
Decimal1721618200.060.520.3352.6735.4349.8
HexACA152063421352332
Octal254241122066441654362
Binary101011001010000110100100110110100100001110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA152; }

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

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

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

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

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

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

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

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