Html Css Color HEX #A09550 Husk

📋 copy color: '#A09550'

red 160 ◦ green 149 ◦ blue 80

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

Shades of Husk #A09550

Tints of Husk #A09550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 41.13%
G = 38.3%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A09550 (or 0xA09550) is known color: Husk. HEX triplet: A0, 95 and 50. RGB value is (160,149,80). Sum of RGB (Red+Green+Blue) = 160+149+80=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A09550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09550 is #5F6AAF. Grayscale: #909090. Windows color (decimal): -6253232 or 5281184. OLE color: 5281184.

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

Color convert

RGB 160 149 80 -
CMYK 0 0.07 0.5 0.37
HSL 51.75º 0.33% 0.47% -
HSV(B) 51.75º 0.5% 0.63% -
XYZ 26.69 29.55 11.89 -
YUV 144.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 160 149 80 0 0.07 0.5 0.37 51.75 0.33 0.47
Hex A0 95 50 0 7 32 25 34 21 2F
Octal 240 225 120 0 7 62 45 64 41 57
Binary 10100000 10010101 1010000 0 111 110010 100101 110100 100001 101111

Color Harmonies of #A09550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09550

Black with #A09550

Text Example


Text Example

White with #A09550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09550; }

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

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

background-color css

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

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

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

border-color css

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

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

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