#aca151

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

Shades of Husk #ACA151

Tints of Husk #ACA151

Color information

#ACA151 (or 0xACA151) is unknown color: approx Husk. HEX triplet: AC, A1 and 51. RGB value is (172,161,81). Sum of RGB (Red+Green+Blue) = 172+161+81=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA151 is #535EAE. Grayscale: #9B9B9B. Windows color (decimal): -5463727 or 5349804. OLE color: 5349804.

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

Color convert

RGB17216181-
CMYK00.060.530.33
HSL52.75º35.97%49.61%-
HSV(B)52.75º52.91%67.45%-
XYZ31.2434.8512.87-
YUV155.1786.14140-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=41.55%
G=38.89%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721618100.060.530.3352.7535.9749.61
HexACA151063521352432
Octal254241121066541654462
Binary101011001010000110100010110110101100001110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca151; }

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

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

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

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

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

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

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

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