Html Css Color HEX #A09151 Husk

📋 copy color: '#A09151'

red 160 ◦ green 145 ◦ blue 81

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

Shades of Husk #A09151

Tints of Husk #A09151

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.56%

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

R = 41.45%
G = 37.56%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09151 (or 0xA09151) is known color: Husk. HEX triplet: A0, 91 and 51. RGB value is (160,145,81). Sum of RGB (Red+Green+Blue) = 160+145+81=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A09151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09151 is #5F6EAE. Grayscale: #8E8E8E. Windows color (decimal): -6254255 or 5345696. OLE color: 5345696.

HSL color Cylindrical-coordinate representation of color #A09151: hue angle of 48.61º 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 #A09151 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 81 -
CMYK 0 0.09 0.49 0.37
HSL 48.61º 0.33% 0.47% -
HSV(B) 48.61º 0.49% 0.63% -
XYZ 26.11 28.32 11.87 -
YUV 142.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 160 145 81 0 0.09 0.49 0.37 48.61 0.33 0.47
Hex A0 91 51 0 9 31 25 31 21 2F
Octal 240 221 121 0 11 61 45 61 41 57
Binary 10100000 10010001 1010001 0 1001 110001 100101 110001 100001 101111

Color Harmonies of #A09151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09151

Black with #A09151

Text Example


Text Example

White with #A09151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09151; }

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

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

background-color css

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

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

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

border-color css

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

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

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