Html Css Color HEX #AB949A Shady Lady

📋 copy color: '#AB949A'

red 171 ◦ green 148 ◦ blue 154

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

Shades of Shady Lady #AB949A

Tints of Shady Lady #AB949A

RGB

 RED value IS 171 (67.19% from 255) = 36.15%

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 36.15%
G = 31.29%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB949A (or 0xAB949A) is known color: Shady Lady. HEX triplet: AB, 94 and 9A. RGB value is (171,148,154). Sum of RGB (Red+Green+Blue) = 171+148+154=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949A is #546B65. Grayscale: #9B9B9B. Windows color (decimal): -5532518 or 10130603. OLE color: 10130603.

HSL color Cylindrical-coordinate representation of color #AB949A: hue angle of 344.35º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB949A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 154 -
CMYK 0 0.13 0.10 0.33
HSL 344.35º 0.12% 0.63% -
HSV(B) 344.35º 0.13% 0.67% -
XYZ 33.22 32.17 35.03 -
YUV 155.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 171 148 154 0 0.13 0.10 0.33 344.35 0.12 0.63
Hex AB 94 9A 0 D A 21 158 C 3F
Octal 253 224 232 0 15 12 41 530 14 77
Binary 10101011 10010100 10011010 0 1101 1010 100001 101011000 1100 111111

Color Harmonies of #AB949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB949A

Black with #AB949A

Text Example


Text Example

White with #AB949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB949A; }

 p { color: rgb(171,148,154); }

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

background-color css

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

 a { background-color: rgb(171,148,154); }

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

border-color css

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

 span { border-color: rgb(171,148,154); }

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