Html Css Color HEX #A59B59 Husk

📋 copy color: '#A59B59'

red 165 ◦ green 155 ◦ blue 89

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

Shades of Husk #A59B59

Tints of Husk #A59B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.76%

R = 40.34%
G = 37.9%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A59B59 (or 0xA59B59) is known color: Husk. HEX triplet: A5, 9B and 59. RGB value is (165,155,89). Sum of RGB (Red+Green+Blue) = 165+155+89=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B59 is #5A64A6. Grayscale: #969696. Windows color (decimal): -5924007 or 5872549. OLE color: 5872549.

HSL color Cylindrical-coordinate representation of color #A59B59: hue angle of 52.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A59B59 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 155 89 -
CMYK 0 0.06 0.46 0.35
HSL 52.11º 0.3% 0.5% -
HSV(B) 52.11º 0.46% 0.65% -
XYZ 29.04 32.16 14.13 -
YUV 150.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 165 155 89 0 0.06 0.46 0.35 52.11 0.3 0.5
Hex A5 9B 59 0 6 2E 23 34 1E 32
Octal 245 233 131 0 6 56 43 64 36 62
Binary 10100101 10011011 1011001 0 110 101110 100011 110100 11110 110010

Color Harmonies of #A59B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B59

Black with #A59B59

Text Example


Text Example

White with #A59B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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