Html Css Color HEX #A59649 Husk

📋 copy color: '#A59649'

red 165 ◦ green 150 ◦ blue 73

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

Shades of Husk #A59649

Tints of Husk #A59649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 42.53%
G = 38.66%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59649 (or 0xA59649) is known color: Husk. HEX triplet: A5, 96 and 49. RGB value is (165,150,73). Sum of RGB (Red+Green+Blue) = 165+150+73=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A59649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59649 is #5A69B6. Grayscale: #929292. Windows color (decimal): -5925303 or 4822693. OLE color: 4822693.

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

Color convert

RGB 165 150 73 -
CMYK 0 0.09 0.56 0.35
HSL 50.22º 0.39% 0.47% -
HSV(B) 50.22º 0.56% 0.65% -
XYZ 27.63 30.29 10.69 -
YUV 145.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 165 150 73 0 0.09 0.56 0.35 50.22 0.39 0.47
Hex A5 96 49 0 9 38 23 32 27 2F
Octal 245 226 111 0 11 70 43 62 47 57
Binary 10100101 10010110 1001001 0 1001 111000 100011 110010 100111 101111

Color Harmonies of #A59649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59649

Black with #A59649

Text Example


Text Example

White with #A59649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59649; }

 p { color: rgb(165,150,73); }

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

background-color css

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

 a { background-color: rgb(165,150,73); }

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

border-color css

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

 span { border-color: rgb(165,150,73); }

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