#ACA257

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

Shades of Husk #ACA257

Tints of Husk #ACA257

Color information

#ACA257 (or 0xACA257) is unknown color: approx Husk. HEX triplet: AC, A2 and 57. RGB value is (172,162,87). Sum of RGB (Red+Green+Blue) = 172+162+87=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA257 is #535DA8. Grayscale: #9C9C9C. Windows color (decimal): -5463465 or 5743276. OLE color: 5743276.

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

Color convert

RGB17216287-
CMYK00.060.490.33
HSL52.94º33.86%50.78%-
HSV(B)52.94º49.42%67.45%-
XYZ31.6535.314.16-
YUV156.4488.81139.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 87 (34.38% from 255) = 20.67%
R=40.86%
G=38.48%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721628700.060.490.3352.9433.8650.78
HexACA257063121352233
Octal254242127066141654263
Binary101011001010001010101110110110001100001110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA257; }

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

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

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

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

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

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

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

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