Html Css Color HEX #A1975A Husk

📋 copy color: '#A1975A'

red 161 ◦ green 151 ◦ blue 90

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

Shades of Husk #A1975A

Tints of Husk #A1975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 40.05%
G = 37.56%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1975A (or 0xA1975A) is known color: Husk. HEX triplet: A1, 97 and 5A. RGB value is (161,151,90). Sum of RGB (Red+Green+Blue) = 161+151+90=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1975A is #5E68A5. Grayscale: #939393. Windows color (decimal): -6187174 or 5937057. OLE color: 5937057.

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

Color convert

RGB 161 151 90 -
CMYK 0 0.06 0.44 0.37
HSL 51.55º 0.28% 0.49% -
HSV(B) 51.55º 0.44% 0.63% -
XYZ 27.61 30.45 14.09 -
YUV 147.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 161 151 90 0 0.06 0.44 0.37 51.55 0.28 0.49
Hex A1 97 5A 0 6 2C 25 34 1C 31
Octal 241 227 132 0 6 54 45 64 34 61
Binary 10100001 10010111 1011010 0 110 101100 100101 110100 11100 110001

Color Harmonies of #A1975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1975A

Black with #A1975A

Text Example


Text Example

White with #A1975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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