#A59551

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

Shades of Husk #A59551

Tints of Husk #A59551

Color information

#A59551 (or 0xA59551) is unknown color: approx Husk. HEX triplet: A5, 95 and 51. RGB value is (165,149,81). Sum of RGB (Red+Green+Blue) = 165+149+81=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59551 is #5A6AAE. Grayscale: #929292. Windows color (decimal): -5925551 or 5346725. OLE color: 5346725.

HSL color Cylindrical-coordinate representation of color #A59551: hue angle of 48.57º 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 #A59551 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16514981-
CMYK00.100.510.35
HSL48.57º34.15%48.24%-
HSV(B)48.57º50.91%64.71%-
XYZ27.7530.0912.13-
YUV146.0391.3141.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=41.77%
G=37.72%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651498100.100.510.3548.5734.1548.24
HexA595510A3323312230
Octal2452251210126343614260
Binary1010010110010101101000101010110011100011110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59551; }

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

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

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

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

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

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

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

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