Html Css Color HEX #A09459 Husk

📋 copy color: '#A09459'

red 160 ◦ green 148 ◦ blue 89

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

Shades of Husk #A09459

Tints of Husk #A09459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 40.3%
G = 37.28%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09459 (or 0xA09459) is known color: Husk. HEX triplet: A0, 94 and 59. RGB value is (160,148,89). Sum of RGB (Red+Green+Blue) = 160+148+89=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A09459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09459 is #5F6BA6. Grayscale: #919191. Windows color (decimal): -6253479 or 5870752. OLE color: 5870752.

HSL color Cylindrical-coordinate representation of color #A09459: hue angle of 49.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A09459 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 89 -
CMYK 0 0.07 0.44 0.37
HSL 49.86º 0.29% 0.49% -
HSV(B) 49.86º 0.44% 0.63% -
XYZ 26.89 29.37 13.7 -
YUV 144.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 160 148 89 0 0.07 0.44 0.37 49.86 0.29 0.49
Hex A0 94 59 0 7 2C 25 32 1D 31
Octal 240 224 131 0 7 54 45 62 35 61
Binary 10100000 10010100 1011001 0 111 101100 100101 110010 11101 110001

Color Harmonies of #A09459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09459

Black with #A09459

Text Example


Text Example

White with #A09459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09459; }

 p { color: rgb(160,148,89); }

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

background-color css

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

 a { background-color: rgb(160,148,89); }

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

border-color css

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

 span { border-color: rgb(160,148,89); }

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