Html Css Color HEX #A59E5C Husk

📋 copy color: '#A59E5C'

red 165 ◦ green 158 ◦ blue 92

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

Shades of Husk #A59E5C

Tints of Husk #A59E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 39.76%
G = 38.07%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A59E5C (or 0xA59E5C) is known color: Husk. HEX triplet: A5, 9E and 5C. RGB value is (165,158,92). Sum of RGB (Red+Green+Blue) = 165+158+92=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E5C is #5A61A3. Grayscale: #989898. Windows color (decimal): -5923236 or 6069925. OLE color: 6069925.

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

Color convert

RGB 165 158 92 -
CMYK 0 0.04 0.44 0.35
HSL 54.25º 0.29% 0.5% -
HSV(B) 54.25º 0.44% 0.65% -
XYZ 29.68 33.23 14.97 -
YUV 152.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 165 158 92 0 0.04 0.44 0.35 54.25 0.29 0.5
Hex A5 9E 5C 0 4 2C 23 36 1D 32
Octal 245 236 134 0 4 54 43 66 35 62
Binary 10100101 10011110 1011100 0 100 101100 100011 110110 11101 110010

Color Harmonies of #A59E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E5C

Black with #A59E5C

Text Example


Text Example

White with #A59E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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