Html Css Color HEX #A09251 Husk

📋 copy color: '#A09251'

red 160 ◦ green 146 ◦ blue 81

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

Shades of Husk #A09251

Tints of Husk #A09251

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 41.34%
G = 37.73%
B = 20.93%

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

#A09251 (or 0xA09251) is known color: Husk. HEX triplet: A0, 92 and 51. RGB value is (160,146,81). Sum of RGB (Red+Green+Blue) = 160+146+81=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09251 is #5F6DAE. Grayscale: #8F8F8F. Windows color (decimal): -6253999 or 5345952. OLE color: 5345952.

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

Color convert

RGB 160 146 81 -
CMYK 0 0.09 0.49 0.37
HSL 49.37º 0.33% 0.47% -
HSV(B) 49.37º 0.49% 0.63% -
XYZ 26.26 28.63 11.93 -
YUV 142.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 160 146 81 0 0.09 0.49 0.37 49.37 0.33 0.47
Hex A0 92 51 0 9 31 25 31 21 2F
Octal 240 222 121 0 11 61 45 61 41 57
Binary 10100000 10010010 1010001 0 1001 110001 100101 110001 100001 101111

Color Harmonies of #A09251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09251

Black with #A09251

Text Example


Text Example

White with #A09251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09251; }

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

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

background-color css

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

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

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

border-color css

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

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

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