Html Css Color HEX #AB929E Shady Lady

📋 copy color: '#AB929E'

red 171 ◦ green 146 ◦ blue 158

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

Shades of Shady Lady #AB929E

Tints of Shady Lady #AB929E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 36%
G = 30.74%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB929E (or 0xAB929E) is known color: Shady Lady. HEX triplet: AB, 92 and 9E. RGB value is (171,146,158). Sum of RGB (Red+Green+Blue) = 171+146+158=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB929E is #546D61. Grayscale: #9A9A9A. Windows color (decimal): -5533026 or 10392235. OLE color: 10392235.

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

Color convert

RGB 171 146 158 -
CMYK 0 0.15 0.08 0.33
HSL 331.2º 0.13% 0.62% -
HSV(B) 331.2º 0.15% 0.67% -
XYZ 33.25 31.68 36.71 -
YUV 154.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 171 146 158 0 0.15 0.08 0.33 331.2 0.13 0.62
Hex AB 92 9E 0 F 8 21 14B D 3E
Octal 253 222 236 0 17 10 41 513 15 76
Binary 10101011 10010010 10011110 0 1111 1000 100001 101001011 1101 111110

Color Harmonies of #AB929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB929E

Black with #AB929E

Text Example


Text Example

White with #AB929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB929E; }

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

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

background-color css

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

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

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

border-color css

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

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

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