Html Css Color HEX #A1955A Husk

📋 copy color: '#A1955A'

red 161 ◦ green 149 ◦ blue 90

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

Shades of Husk #A1955A

Tints of Husk #A1955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 40.25%
G = 37.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1955A (or 0xA1955A) is known color: Husk. HEX triplet: A1, 95 and 5A. RGB value is (161,149,90). Sum of RGB (Red+Green+Blue) = 161+149+90=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1955A is #5E6AA5. Grayscale: #929292. Windows color (decimal): -6187686 or 5936545. OLE color: 5936545.

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

Color convert

RGB 161 149 90 -
CMYK 0 0.07 0.44 0.37
HSL 49.86º 0.28% 0.49% -
HSV(B) 49.86º 0.44% 0.63% -
XYZ 27.29 29.81 13.99 -
YUV 145.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 161 149 90 0 0.07 0.44 0.37 49.86 0.28 0.49
Hex A1 95 5A 0 7 2C 25 32 1C 31
Octal 241 225 132 0 7 54 45 62 34 61
Binary 10100001 10010101 1011010 0 111 101100 100101 110010 11100 110001

Color Harmonies of #A1955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1955A

Black with #A1955A

Text Example


Text Example

White with #A1955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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