#ACA053

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

Shades of Husk #ACA053

Tints of Husk #ACA053

Color information

#ACA053 (or 0xACA053) is unknown color: approx Husk. HEX triplet: AC, A0 and 53. RGB value is (172,160,83). Sum of RGB (Red+Green+Blue) = 172+160+83=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA053 is #535FAC. Grayscale: #9B9B9B. Windows color (decimal): -5463981 or 5480620. OLE color: 5480620.

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

Color convert

RGB17216083-
CMYK00.070.520.33
HSL51.91º34.9%50%-
HSV(B)51.91º51.74%67.45%-
XYZ31.1534.5413.21-
YUV154.8187.48140.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 83 (32.81% from 255) = 20%
R=41.45%
G=38.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721608300.070.520.3351.9134.950
HexACA053073421342332
Octal254240123076441644362
Binary101011001010000010100110111110100100001110100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA053; }

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

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

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

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

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

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

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

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