Html Css Color HEX #A59951 Husk

📋 copy color: '#A59951'

red 165 ◦ green 153 ◦ blue 81

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

Shades of Husk #A59951

Tints of Husk #A59951

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 41.35%
G = 38.35%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A59951 (or 0xA59951) is known color: Husk. HEX triplet: A5, 99 and 51. RGB value is (165,153,81). Sum of RGB (Red+Green+Blue) = 165+153+81=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59951 is #5A66AE. Grayscale: #949494. Windows color (decimal): -5924527 or 5347749. OLE color: 5347749.

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

Color convert

RGB 165 153 81 -
CMYK 0 0.07 0.51 0.35
HSL 51.43º 0.34% 0.48% -
HSV(B) 51.43º 0.51% 0.65% -
XYZ 28.39 31.38 12.34 -
YUV 148.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 165 153 81 0 0.07 0.51 0.35 51.43 0.34 0.48
Hex A5 99 51 0 7 33 23 33 22 30
Octal 245 231 121 0 7 63 43 63 42 60
Binary 10100101 10011001 1010001 0 111 110011 100011 110011 100010 110000

Color Harmonies of #A59951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59951

Black with #A59951

Text Example


Text Example

White with #A59951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59951; }

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

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

background-color css

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

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

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

border-color css

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

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

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