Html Css Color HEX #A59B51 Husk

📋 copy color: '#A59B51'

red 165 ◦ green 155 ◦ blue 81

#A59B51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A59B51

Tints of Husk #A59B51

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 41.15%
G = 38.65%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A59B51 (or 0xA59B51) is known color: Husk. HEX triplet: A5, 9B and 51. RGB value is (165,155,81). Sum of RGB (Red+Green+Blue) = 165+155+81=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B51 is #5A64AE. Grayscale: #959595. Windows color (decimal): -5924015 or 5348261. OLE color: 5348261.

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

Color convert

RGB 165 155 81 -
CMYK 0 0.06 0.51 0.35
HSL 52.86º 0.34% 0.48% -
HSV(B) 52.86º 0.51% 0.65% -
XYZ 28.72 32.04 12.45 -
YUV 149.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 165 155 81 0 0.06 0.51 0.35 52.86 0.34 0.48
Hex A5 9B 51 0 6 33 23 35 22 30
Octal 245 233 121 0 6 63 43 65 42 60
Binary 10100101 10011011 1010001 0 110 110011 100011 110101 100010 110000

Color Harmonies of #A59B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B51

Black with #A59B51

Text Example


Text Example

White with #A59B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B51; }

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

 H1.HeaderClassName
 {
   color: #A59B51;
 }
 .AnyTagClassName
 {
   color: #A59B51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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