#A39252

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

Shades of Husk #A39252

Tints of Husk #A39252

Color information

#A39252 (or 0xA39252) is unknown color: approx Husk. HEX triplet: A3, 92 and 52. RGB value is (163,146,82). Sum of RGB (Red+Green+Blue) = 163+146+82=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A39252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39252 is #5C6DAD. Grayscale: #909090. Windows color (decimal): -6057390 or 5411491. OLE color: 5411491.

HSL color Cylindrical-coordinate representation of color #A39252: hue angle of 47.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A39252 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16314682-
CMYK00.100.500.36
HSL47.41º33.06%48.04%-
HSV(B)47.41º49.69%63.92%-
XYZ26.9128.9512.15-
YUV143.7993.13141.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=41.69%
G=37.34%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631468200.100.500.3647.4133.0648.04
HexA392520A32242f2130
Octal2432221220126244574160
Binary1010001110010010101001001010110010100100101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39252; }

 p { color: rgb(163,146,82); }

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

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

 a { background-color: rgb(163,146,82); }

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

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

 span { border-color: rgb(163,146,82); }

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