Html Css Color HEX #A59E4A Husk

📋 copy color: '#A59E4A'

red 165 ◦ green 158 ◦ blue 74

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

Shades of Husk #A59E4A

Tints of Husk #A59E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 41.56%
G = 39.8%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A59E4A (or 0xA59E4A) is known color: Husk. HEX triplet: A5, 9E and 4A. RGB value is (165,158,74). Sum of RGB (Red+Green+Blue) = 165+158+74=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E4A is #5A61B5. Grayscale: #969696. Windows color (decimal): -5923254 or 4890277. OLE color: 4890277.

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

Color convert

RGB 165 158 74 -
CMYK 0 0.04 0.55 0.35
HSL 55.38º 0.38% 0.47% -
HSV(B) 55.38º 0.55% 0.65% -
XYZ 28.98 32.95 11.31 -
YUV 150.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 165 158 74 0 0.04 0.55 0.35 55.38 0.38 0.47
Hex A5 9E 4A 0 4 37 23 37 26 2F
Octal 245 236 112 0 4 67 43 67 46 57
Binary 10100101 10011110 1001010 0 100 110111 100011 110111 100110 101111

Color Harmonies of #A59E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E4A

Black with #A59E4A

Text Example


Text Example

White with #A59E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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