Html Css Color HEX #A19398 Shady Lady

📋 copy color: '#A19398'

red 161 ◦ green 147 ◦ blue 152

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

Shades of Shady Lady #A19398

Tints of Shady Lady #A19398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 35%
G = 31.96%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A19398 (or 0xA19398) is known color: Shady Lady. HEX triplet: A1, 93 and 98. RGB value is (161,147,152). Sum of RGB (Red+Green+Blue) = 161+147+152=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19398 is #5E6C67. Grayscale: #979797. Windows color (decimal): -6188136 or 9999265. OLE color: 9999265.

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

Color convert

RGB 161 147 152 -
CMYK 0 0.09 0.06 0.37
HSL 338.57º 0.07% 0.6% -
HSV(B) 338.57º 0.09% 0.63% -
XYZ 30.8 30.71 34.01 -
YUV 151.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 161 147 152 0 0.09 0.06 0.37 338.57 0.07 0.6
Hex A1 93 98 0 9 6 25 153 7 3C
Octal 241 223 230 0 11 6 45 523 7 74
Binary 10100001 10010011 10011000 0 1001 110 100101 101010011 111 111100

Color Harmonies of #A19398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19398

Black with #A19398

Text Example


Text Example

White with #A19398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19398; }

 p { color: rgb(161,147,152); }

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

background-color css

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

 a { background-color: rgb(161,147,152); }

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

border-color css

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

 span { border-color: rgb(161,147,152); }

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