Html Css Color HEX #A59549 Husk

📋 copy color: '#A59549'

red 165 ◦ green 149 ◦ blue 73

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

Shades of Husk #A59549

Tints of Husk #A59549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 42.64%
G = 38.5%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59549 (or 0xA59549) is known color: Husk. HEX triplet: A5, 95 and 49. RGB value is (165,149,73). Sum of RGB (Red+Green+Blue) = 165+149+73=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A59549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59549 is #5A6AB6. Grayscale: #919191. Windows color (decimal): -5925559 or 4822437. OLE color: 4822437.

HSL color Cylindrical-coordinate representation of color #A59549: hue angle of 49.57º 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 #A59549 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 73 -
CMYK 0 0.10 0.56 0.35
HSL 49.57º 0.39% 0.47% -
HSV(B) 49.57º 0.56% 0.65% -
XYZ 27.47 29.98 10.64 -
YUV 145.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 165 149 73 0 0.10 0.56 0.35 49.57 0.39 0.47
Hex A5 95 49 0 A 38 23 32 27 2F
Octal 245 225 111 0 12 70 43 62 47 57
Binary 10100101 10010101 1001001 0 1010 111000 100011 110010 100111 101111

Color Harmonies of #A59549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59549

Black with #A59549

Text Example


Text Example

White with #A59549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59549; }

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

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

background-color css

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

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

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

border-color css

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

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

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