Html Css Color HEX #A09558 Husk

📋 copy color: '#A09558'

red 160 ◦ green 149 ◦ blue 88

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

Shades of Husk #A09558

Tints of Husk #A09558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 40.3%
G = 37.53%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A09558 (or 0xA09558) is known color: Husk. HEX triplet: A0, 95 and 58. RGB value is (160,149,88). Sum of RGB (Red+Green+Blue) = 160+149+88=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A09558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09558 is #5F6AA7. Grayscale: #919191. Windows color (decimal): -6253224 or 5805472. OLE color: 5805472.

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

Color convert

RGB 160 149 88 -
CMYK 0 0.07 0.45 0.37
HSL 50.83º 0.29% 0.49% -
HSV(B) 50.83º 0.45% 0.63% -
XYZ 27.01 29.67 13.54 -
YUV 145.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 160 149 88 0 0.07 0.45 0.37 50.83 0.29 0.49
Hex A0 95 58 0 7 2D 25 33 1D 31
Octal 240 225 130 0 7 55 45 63 35 61
Binary 10100000 10010101 1011000 0 111 101101 100101 110011 11101 110001

Color Harmonies of #A09558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09558

Black with #A09558

Text Example


Text Example

White with #A09558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09558; }

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

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

background-color css

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

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

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

border-color css

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

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

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