Html Css Color HEX #A09849 Husk

📋 copy color: '#A09849'

red 160 ◦ green 152 ◦ blue 73

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

Shades of Husk #A09849

Tints of Husk #A09849

RGB

 RED value IS 160 (62.89% from 255) = 41.56%

 GREEN value IS 152 (59.77% from 255) = 39.48%

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

R = 41.56%
G = 39.48%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A09849 (or 0xA09849) is known color: Husk. HEX triplet: A0, 98 and 49. RGB value is (160,152,73). Sum of RGB (Red+Green+Blue) = 160+152+73=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A09849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09849 is #5F67B6. Grayscale: #919191. Windows color (decimal): -6252471 or 4823200. OLE color: 4823200.

HSL color Cylindrical-coordinate representation of color #A09849: hue angle of 54.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A09849 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 73 -
CMYK 0 0.05 0.54 0.37
HSL 54.48º 0.37% 0.46% -
HSV(B) 54.48º 0.54% 0.63% -
XYZ 26.93 30.41 10.75 -
YUV 145.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 160 152 73 0 0.05 0.54 0.37 54.48 0.37 0.46
Hex A0 98 49 0 5 36 25 36 25 2E
Octal 240 230 111 0 5 66 45 66 45 56
Binary 10100000 10011000 1001001 0 101 110110 100101 110110 100101 101110

Color Harmonies of #A09849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09849

Black with #A09849

Text Example


Text Example

White with #A09849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09849; }

 p { color: rgb(160,152,73); }

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

background-color css

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

 a { background-color: rgb(160,152,73); }

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

border-color css

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

 span { border-color: rgb(160,152,73); }

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