Html Css Color HEX #A59B57 Husk

📋 copy color: '#A59B57'

red 165 ◦ green 155 ◦ blue 87

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

Shades of Husk #A59B57

Tints of Husk #A59B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 40.54%
G = 38.08%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A59B57 (or 0xA59B57) is known color: Husk. HEX triplet: A5, 9B and 57. RGB value is (165,155,87). Sum of RGB (Red+Green+Blue) = 165+155+87=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B57 is #5A64A8. Grayscale: #969696. Windows color (decimal): -5924009 or 5741477. OLE color: 5741477.

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

Color convert

RGB 165 155 87 -
CMYK 0 0.06 0.47 0.35
HSL 52.31º 0.31% 0.49% -
HSV(B) 52.31º 0.47% 0.65% -
XYZ 28.96 32.13 13.69 -
YUV 150.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 165 155 87 0 0.06 0.47 0.35 52.31 0.31 0.49
Hex A5 9B 57 0 6 2F 23 34 1F 31
Octal 245 233 127 0 6 57 43 64 37 61
Binary 10100101 10011011 1010111 0 110 101111 100011 110100 11111 110001

Color Harmonies of #A59B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B57

Black with #A59B57

Text Example


Text Example

White with #A59B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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