Html Css Color HEX #A09350 Husk

📋 copy color: '#A09350'

red 160 ◦ green 147 ◦ blue 80

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

Shades of Husk #A09350

Tints of Husk #A09350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 41.34%
G = 37.98%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A09350 (or 0xA09350) is known color: Husk. HEX triplet: A0, 93 and 50. RGB value is (160,147,80). Sum of RGB (Red+Green+Blue) = 160+147+80=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09350 is #5F6CAF. Grayscale: #8F8F8F. Windows color (decimal): -6253744 or 5280672. OLE color: 5280672.

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

Color convert

RGB 160 147 80 -
CMYK 0 0.08 0.5 0.37
HSL 50.25º 0.33% 0.47% -
HSV(B) 50.25º 0.5% 0.63% -
XYZ 26.38 28.92 11.78 -
YUV 143.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 160 147 80 0 0.08 0.5 0.37 50.25 0.33 0.47
Hex A0 93 50 0 8 32 25 32 21 2F
Octal 240 223 120 0 10 62 45 62 41 57
Binary 10100000 10010011 1010000 0 1000 110010 100101 110010 100001 101111

Color Harmonies of #A09350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09350

Black with #A09350

Text Example


Text Example

White with #A09350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09350; }

 p { color: rgb(160,147,80); }

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

background-color css

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

 a { background-color: rgb(160,147,80); }

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

border-color css

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

 span { border-color: rgb(160,147,80); }

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