Html Css Color HEX #A59E5A Husk

📋 copy color: '#A59E5A'

red 165 ◦ green 158 ◦ blue 90

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

Shades of Husk #A59E5A

Tints of Husk #A59E5A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 39.95%
G = 38.26%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A59E5A (or 0xA59E5A) is known color: Husk. HEX triplet: A5, 9E and 5A. RGB value is (165,158,90). Sum of RGB (Red+Green+Blue) = 165+158+90=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E5A is #5A61A5. Grayscale: #989898. Windows color (decimal): -5923238 or 5938853. OLE color: 5938853.

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

Color convert

RGB 165 158 90 -
CMYK 0 0.04 0.45 0.35
HSL 54.4º 0.29% 0.5% -
HSV(B) 54.4º 0.45% 0.65% -
XYZ 29.59 33.19 14.52 -
YUV 152.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 165 158 90 0 0.04 0.45 0.35 54.4 0.29 0.5
Hex A5 9E 5A 0 4 2D 23 36 1D 32
Octal 245 236 132 0 4 55 43 66 35 62
Binary 10100101 10011110 1011010 0 100 101101 100011 110110 11101 110010

Color Harmonies of #A59E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E5A

Black with #A59E5A

Text Example


Text Example

White with #A59E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E5A; }

 p { color: rgb(165,158,90); }

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

background-color css

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

 a { background-color: rgb(165,158,90); }

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

border-color css

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

 span { border-color: rgb(165,158,90); }

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