Html Css Color HEX #AB929A Shady Lady

📋 copy color: '#AB929A'

red 171 ◦ green 146 ◦ blue 154

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

Shades of Shady Lady #AB929A

Tints of Shady Lady #AB929A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

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

R = 36.31%
G = 31%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB929A (or 0xAB929A) is known color: Shady Lady. HEX triplet: AB, 92 and 9A. RGB value is (171,146,154). Sum of RGB (Red+Green+Blue) = 171+146+154=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB929A is #546D65. Grayscale: #9A9A9A. Windows color (decimal): -5533030 or 10130091. OLE color: 10130091.

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

Color convert

RGB 171 146 154 -
CMYK 0 0.15 0.10 0.33
HSL 340.8º 0.13% 0.62% -
HSV(B) 340.8º 0.15% 0.67% -
XYZ 32.91 31.55 34.93 -
YUV 154.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 171 146 154 0 0.15 0.10 0.33 340.8 0.13 0.62
Hex AB 92 9A 0 F A 21 155 D 3E
Octal 253 222 232 0 17 12 41 525 15 76
Binary 10101011 10010010 10011010 0 1111 1010 100001 101010101 1101 111110

Color Harmonies of #AB929A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB929A

Black with #AB929A

Text Example


Text Example

White with #AB929A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB929A; }

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

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

background-color css

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

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

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

border-color css

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

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

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