Html Css Color HEX #A9949F Shady Lady

📋 copy color: '#A9949F'

red 169 ◦ green 148 ◦ blue 159

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

Shades of Shady Lady #A9949F

Tints of Shady Lady #A9949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 35.5%
G = 31.09%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A9949F (or 0xA9949F) is known color: Shady Lady. HEX triplet: A9, 94 and 9F. RGB value is (169,148,159). Sum of RGB (Red+Green+Blue) = 169+148+159=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9949F is #566B60. Grayscale: #9B9B9B. Windows color (decimal): -5663585 or 10458281. OLE color: 10458281.

HSL color Cylindrical-coordinate representation of color #A9949F: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9949F is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 159 -
CMYK 0 0.12 0.06 0.34
HSL 328.57º 0.11% 0.62% -
HSV(B) 328.57º 0.12% 0.66% -
XYZ 33.21 32.12 37.25 -
YUV 155.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 169 148 159 0 0.12 0.06 0.34 328.57 0.11 0.62
Hex A9 94 9F 0 C 6 22 149 B 3E
Octal 251 224 237 0 14 6 42 511 13 76
Binary 10101001 10010100 10011111 0 1100 110 100010 101001001 1011 111110

Color Harmonies of #A9949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9949F

Black with #A9949F

Text Example


Text Example

White with #A9949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9949F; }

 p { color: rgb(169,148,159); }

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

background-color css

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

 a { background-color: rgb(169,148,159); }

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

border-color css

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

 span { border-color: rgb(169,148,159); }

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