Html Css Color HEX #A09951 Husk

📋 copy color: '#A09951'

red 160 ◦ green 153 ◦ blue 81

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

Shades of Husk #A09951

Tints of Husk #A09951

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

 BLUE value IS 81 (32.03% from 255) = 20.56%

R = 40.61%
G = 38.83%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09951 (or 0xA09951) is known color: Husk. HEX triplet: A0, 99 and 51. RGB value is (160,153,81). Sum of RGB (Red+Green+Blue) = 160+153+81=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09951 is #5F66AE. Grayscale: #939393. Windows color (decimal): -6252207 or 5347744. OLE color: 5347744.

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

Color convert

RGB 160 153 81 -
CMYK 0 0.04 0.49 0.37
HSL 54.68º 0.33% 0.47% -
HSV(B) 54.68º 0.49% 0.63% -
XYZ 27.37 30.85 12.3 -
YUV 146.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 160 153 81 0 0.04 0.49 0.37 54.68 0.33 0.47
Hex A0 99 51 0 4 31 25 37 21 2F
Octal 240 231 121 0 4 61 45 67 41 57
Binary 10100000 10011001 1010001 0 100 110001 100101 110111 100001 101111

Color Harmonies of #A09951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09951

Black with #A09951

Text Example


Text Example

White with #A09951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09951; }

 p { color: rgb(160,153,81); }

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

background-color css

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

 a { background-color: rgb(160,153,81); }

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

border-color css

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

 span { border-color: rgb(160,153,81); }

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