Html Css Color HEX #A59E4C Husk

📋 copy color: '#A59E4C'

red 165 ◦ green 158 ◦ blue 76

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

Shades of Husk #A59E4C

Tints of Husk #A59E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 41.35%
G = 39.6%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A59E4C (or 0xA59E4C) is known color: Husk. HEX triplet: A5, 9E and 4C. RGB value is (165,158,76). Sum of RGB (Red+Green+Blue) = 165+158+76=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E4C is #5A61B3. Grayscale: #979797. Windows color (decimal): -5923252 or 5021349. OLE color: 5021349.

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

Color convert

RGB 165 158 76 -
CMYK 0 0.04 0.54 0.35
HSL 55.28º 0.37% 0.47% -
HSV(B) 55.28º 0.54% 0.65% -
XYZ 29.05 32.97 11.67 -
YUV 150.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 165 158 76 0 0.04 0.54 0.35 55.28 0.37 0.47
Hex A5 9E 4C 0 4 36 23 37 25 2F
Octal 245 236 114 0 4 66 43 67 45 57
Binary 10100101 10011110 1001100 0 100 110110 100011 110111 100101 101111

Color Harmonies of #A59E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E4C

Black with #A59E4C

Text Example


Text Example

White with #A59E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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