#A4985C

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

Shades of Husk #A4985C

Tints of Husk #A4985C

Color information

#A4985C (or 0xA4985C) is unknown color: approx Husk. HEX triplet: A4, 98 and 5C. RGB value is (164,152,92). Sum of RGB (Red+Green+Blue) = 164+152+92=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4985C is #5B67A3. Grayscale: #959595. Windows color (decimal): -5990308 or 6068388. OLE color: 6068388.

HSL color Cylindrical-coordinate representation of color #A4985C: hue angle of 50º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4985C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16415292-
CMYK00.070.440.36
HSL50º28.35%50.2%-
HSV(B)50º43.9%64.31%-
XYZ28.4731.1214.63-
YUV148.7595.98138.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=40.20%
G=37.25%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641529200.070.440.365028.3550.2
HexA4985C072C24321c32
Octal244230134075444623462
Binary10100100100110001011100011110110010010011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4985C; }

 p { color: rgb(164,152,92); }

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

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

 a { background-color: rgb(164,152,92); }

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

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

 span { border-color: rgb(164,152,92); }

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