Html Css Color HEX #A19557 Husk

📋 copy color: '#A19557'

red 161 ◦ green 149 ◦ blue 87

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

Shades of Husk #A19557

Tints of Husk #A19557

RGB

 RED value IS 161 (63.28% from 255) = 40.55%

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

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

R = 40.55%
G = 37.53%
B = 21.91%

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

#A19557 (or 0xA19557) is known color: Husk. HEX triplet: A1, 95 and 57. RGB value is (161,149,87). Sum of RGB (Red+Green+Blue) = 161+149+87=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19557 is #5E6AA8. Grayscale: #919191. Windows color (decimal): -6187689 or 5739937. OLE color: 5739937.

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

Color convert

RGB 161 149 87 -
CMYK 0 0.07 0.46 0.37
HSL 50.27º 0.3% 0.49% -
HSV(B) 50.27º 0.46% 0.63% -
XYZ 27.17 29.76 13.33 -
YUV 145.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 161 149 87 0 0.07 0.46 0.37 50.27 0.3 0.49
Hex A1 95 57 0 7 2E 25 32 1E 31
Octal 241 225 127 0 7 56 45 62 36 61
Binary 10100001 10010101 1010111 0 111 101110 100101 110010 11110 110001

Color Harmonies of #A19557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19557

Black with #A19557

Text Example


Text Example

White with #A19557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19557; }

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

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

background-color css

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

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

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

border-color css

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

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

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