Html Css Color HEX #AB99A4 Shady Lady

📋 copy color: '#AB99A4'

red 171 ◦ green 153 ◦ blue 164

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

Shades of Shady Lady #AB99A4

Tints of Shady Lady #AB99A4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 35.04%
G = 31.35%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB99A4 (or 0xAB99A4) is known color: Shady Lady. HEX triplet: AB, 99 and A4. RGB value is (171,153,164). Sum of RGB (Red+Green+Blue) = 171+153+164=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A4 is #54665B. Grayscale: #9F9F9F. Windows color (decimal): -5531228 or 10787243. OLE color: 10787243.

HSL color Cylindrical-coordinate representation of color #AB99A4: hue angle of 323.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB99A4 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 164 -
CMYK 0 0.11 0.04 0.33
HSL 323.33º 0.1% 0.64% -
HSV(B) 323.33º 0.11% 0.67% -
XYZ 34.89 34.12 39.87 -
YUV 159.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 171 153 164 0 0.11 0.04 0.33 323.33 0.1 0.64
Hex AB 99 A4 0 B 4 21 143 A 40
Octal 253 231 244 0 13 4 41 503 12 100
Binary 10101011 10011001 10100100 0 1011 100 100001 101000011 1010 1000000

Color Harmonies of #AB99A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99A4

Black with #AB99A4

Text Example


Text Example

White with #AB99A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99A4; }

 p { color: rgb(171,153,164); }

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

background-color css

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

 a { background-color: rgb(171,153,164); }

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

border-color css

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

 span { border-color: rgb(171,153,164); }

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