Html Css Color HEX #A19195 Shady Lady

📋 copy color: '#A19195'

red 161 ◦ green 145 ◦ blue 149

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

Shades of Shady Lady #A19195

Tints of Shady Lady #A19195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 35.38%
G = 31.87%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A19195 (or 0xA19195) is known color: Shady Lady. HEX triplet: A1, 91 and 95. RGB value is (161,145,149). Sum of RGB (Red+Green+Blue) = 161+145+149=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A19195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19195 is #5E6E6A. Grayscale: #969696. Windows color (decimal): -6188651 or 9802145. OLE color: 9802145.

HSL color Cylindrical-coordinate representation of color #A19195: hue angle of 345º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19195 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 149 -
CMYK 0 0.10 0.07 0.37
HSL 345º 0.08% 0.6% -
HSV(B) 345º 0.1% 0.63% -
XYZ 30.25 30 32.63 -
YUV 150.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 161 145 149 0 0.10 0.07 0.37 345 0.08 0.6
Hex A1 91 95 0 A 7 25 159 8 3C
Octal 241 221 225 0 12 7 45 531 10 74
Binary 10100001 10010001 10010101 0 1010 111 100101 101011001 1000 111100

Color Harmonies of #A19195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19195

Black with #A19195

Text Example


Text Example

White with #A19195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19195; }

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

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

background-color css

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

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

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

border-color css

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

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

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