Html Css Color HEX #A59E52 Husk

📋 copy color: '#A59E52'

red 165 ◦ green 158 ◦ blue 82

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

Shades of Husk #A59E52

Tints of Husk #A59E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 40.74%
G = 39.01%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A59E52 (or 0xA59E52) is known color: Husk. HEX triplet: A5, 9E and 52. RGB value is (165,158,82). Sum of RGB (Red+Green+Blue) = 165+158+82=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E52 is #5A61AD. Grayscale: #979797. Windows color (decimal): -5923246 or 5414565. OLE color: 5414565.

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

Color convert

RGB 165 158 82 -
CMYK 0 0.04 0.50 0.35
HSL 54.94º 0.34% 0.48% -
HSV(B) 54.94º 0.5% 0.65% -
XYZ 29.27 33.06 12.82 -
YUV 151.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 165 158 82 0 0.04 0.50 0.35 54.94 0.34 0.48
Hex A5 9E 52 0 4 32 23 37 22 30
Octal 245 236 122 0 4 62 43 67 42 60
Binary 10100101 10011110 1010010 0 100 110010 100011 110111 100010 110000

Color Harmonies of #A59E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E52

Black with #A59E52

Text Example


Text Example

White with #A59E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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