Html Css Color HEX #A09557 Husk

📋 copy color: '#A09557'

red 160 ◦ green 149 ◦ blue 87

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

Shades of Husk #A09557

Tints of Husk #A09557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 40.4%
G = 37.63%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A09557 (or 0xA09557) is known color: Husk. HEX triplet: A0, 95 and 57. RGB value is (160,149,87). Sum of RGB (Red+Green+Blue) = 160+149+87=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09557 is #5F6AA8. Grayscale: #919191. Windows color (decimal): -6253225 or 5739936. OLE color: 5739936.

HSL color Cylindrical-coordinate representation of color #A09557: hue angle of 50.96º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09557 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 87 -
CMYK 0 0.07 0.46 0.37
HSL 50.96º 0.3% 0.48% -
HSV(B) 50.96º 0.46% 0.63% -
XYZ 26.96 29.66 13.32 -
YUV 145.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 160 149 87 0 0.07 0.46 0.37 50.96 0.3 0.48
Hex A0 95 57 0 7 2E 25 33 1E 30
Octal 240 225 127 0 7 56 45 63 36 60
Binary 10100000 10010101 1010111 0 111 101110 100101 110011 11110 110000

Color Harmonies of #A09557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09557

Black with #A09557

Text Example


Text Example

White with #A09557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09557; }

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

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

background-color css

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

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

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

border-color css

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

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

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