Html Css Color HEX #AB8B95 Shady Lady

📋 copy color: '#AB8B95'

red 171 ◦ green 139 ◦ blue 149

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

Shades of Shady Lady #AB8B95

Tints of Shady Lady #AB8B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 37.25%
G = 30.28%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB8B95 (or 0xAB8B95) is known color: Shady Lady. HEX triplet: AB, 8B and 95. RGB value is (171,139,149). Sum of RGB (Red+Green+Blue) = 171+139+149=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B95 is #54746A. Grayscale: #959595. Windows color (decimal): -5534827 or 9800619. OLE color: 9800619.

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

Color convert

RGB 171 139 149 -
CMYK 0 0.19 0.13 0.33
HSL 341.25º 0.16% 0.61% -
HSV(B) 341.25º 0.19% 0.67% -
XYZ 31.45 29.29 32.43 -
YUV 149.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 171 139 149 0 0.19 0.13 0.33 341.25 0.16 0.61
Hex AB 8B 95 0 13 D 21 155 10 3D
Octal 253 213 225 0 23 15 41 525 20 75
Binary 10101011 10001011 10010101 0 10011 1101 100001 101010101 10000 111101

Color Harmonies of #AB8B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B95

Black with #AB8B95

Text Example


Text Example

White with #AB8B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B95; }

 p { color: rgb(171,139,149); }

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

background-color css

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

 a { background-color: rgb(171,139,149); }

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

border-color css

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

 span { border-color: rgb(171,139,149); }

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