Html Css Color HEX #AB929F Shady Lady

📋 copy color: '#AB929F'

red 171 ◦ green 146 ◦ blue 159

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

Shades of Shady Lady #AB929F

Tints of Shady Lady #AB929F

RGB

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

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

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

R = 35.92%
G = 30.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB929F (or 0xAB929F) is known color: Shady Lady. HEX triplet: AB, 92 and 9F. RGB value is (171,146,159). Sum of RGB (Red+Green+Blue) = 171+146+159=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB929F is #546D60. Grayscale: #9A9A9A. Windows color (decimal): -5533025 or 10457771. OLE color: 10457771.

HSL color Cylindrical-coordinate representation of color #AB929F: hue angle of 328.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 #AB929F is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 159 -
CMYK 0 0.15 0.07 0.33
HSL 328.8º 0.13% 0.62% -
HSV(B) 328.8º 0.15% 0.67% -
XYZ 33.33 31.72 37.17 -
YUV 154.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 171 146 159 0 0.15 0.07 0.33 328.8 0.13 0.62
Hex AB 92 9F 0 F 7 21 149 D 3E
Octal 253 222 237 0 17 7 41 511 15 76
Binary 10101011 10010010 10011111 0 1111 111 100001 101001001 1101 111110

Color Harmonies of #AB929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB929F

Black with #AB929F

Text Example


Text Example

White with #AB929F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB929F; }

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

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

background-color css

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

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

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

border-color css

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

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

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