Html Css Color HEX #A998A1 Shady Lady

📋 copy color: '#A998A1'

red 169 ◦ green 152 ◦ blue 161

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

Shades of Shady Lady #A998A1

Tints of Shady Lady #A998A1

RGB

 RED value IS 169 (66.41% from 255) = 35.06%

 GREEN value IS 152 (59.77% from 255) = 31.54%

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 35.06%
G = 31.54%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A998A1 (or 0xA998A1) is known color: Shady Lady. HEX triplet: A9, 98 and A1. RGB value is (169,152,161). Sum of RGB (Red+Green+Blue) = 169+152+161=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A998A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998A1 is #56675E. Grayscale: #9E9E9E. Windows color (decimal): -5662559 or 10590377. OLE color: 10590377.

HSL color Cylindrical-coordinate representation of color #A998A1: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A998A1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 161 -
CMYK 0 0.10 0.05 0.34
HSL 328.24º 0.09% 0.63% -
HSV(B) 328.24º 0.1% 0.66% -
XYZ 34.02 33.46 38.38 -
YUV 158.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 169 152 161 0 0.10 0.05 0.34 328.24 0.09 0.63
Hex A9 98 A1 0 A 5 22 148 9 3F
Octal 251 230 241 0 12 5 42 510 11 77
Binary 10101001 10011000 10100001 0 1010 101 100010 101001000 1001 111111

Color Harmonies of #A998A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998A1

Black with #A998A1

Text Example


Text Example

White with #A998A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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