#A59251

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

Shades of Husk #A59251

Tints of Husk #A59251

Color information

#A59251 (or 0xA59251) is unknown color: approx Husk. HEX triplet: A5, 92 and 51. RGB value is (165,146,81). Sum of RGB (Red+Green+Blue) = 165+146+81=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A59251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59251 is #5A6DAE. Grayscale: #909090. Windows color (decimal): -5926319 or 5345957. OLE color: 5345957.

HSL color Cylindrical-coordinate representation of color #A59251: hue angle of 46.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A59251 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16514681-
CMYK00.120.510.35
HSL46.43º34.15%48.24%-
HSV(B)46.43º50.91%64.71%-
XYZ27.2829.1511.97-
YUV144.2792.29142.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=42.09%
G=37.24%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651468100.120.510.3546.4334.1548.24
HexA592510C33232e2230
Octal2452221210146343564260
Binary1010010110010010101000101100110011100011101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59251; }

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

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

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

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

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

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

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

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