#A39251

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

Shades of Husk #A39251

Tints of Husk #A39251

Color information

#A39251 (or 0xA39251) is unknown color: approx Husk. HEX triplet: A3, 92 and 51. RGB value is (163,146,81). Sum of RGB (Red+Green+Blue) = 163+146+81=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A39251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39251 is #5C6DAE. Grayscale: #8F8F8F. Windows color (decimal): -6057391 or 5345955. OLE color: 5345955.

HSL color Cylindrical-coordinate representation of color #A39251: hue angle of 47.56º degrees, saturation: 0.34, 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 #A39251 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16314681-
CMYK00.100.500.36
HSL47.56º33.61%47.84%-
HSV(B)47.56º50.31%63.92%-
XYZ26.8728.9411.95-
YUV143.6792.63141.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=41.79%
G=37.44%
B=20.77%

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
Decimal1631468100.100.500.3647.5633.6147.84
HexA392510A3224302230
Octal2432221210126244604260
Binary1010001110010010101000101010110010100100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39251; }

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

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

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

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

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

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

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

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