#ACA055

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

Shades of Husk #ACA055

Tints of Husk #ACA055

Color information

#ACA055 (or 0xACA055) is unknown color: approx Husk. HEX triplet: AC, A0 and 55. RGB value is (172,160,85). Sum of RGB (Red+Green+Blue) = 172+160+85=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA055 is #535FAA. Grayscale: #9B9B9B. Windows color (decimal): -5463979 or 5611692. OLE color: 5611692.

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

Color convert

RGB17216085-
CMYK00.070.510.33
HSL51.72º34.39%50.39%-
HSV(B)51.72º50.58%67.45%-
XYZ31.2234.5713.62-
YUV155.0488.48140.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=41.25%
G=38.37%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721608500.070.510.3351.7234.3950.39
HexACA055073321342232
Octal254240125076341644262
Binary101011001010000010101010111110011100001110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA055; }

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

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

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

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

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

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

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

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