Html Css Color HEX #AB94A1 Shady Lady

📋 copy color: '#AB94A1'

red 171 ◦ green 148 ◦ blue 161

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

Shades of Shady Lady #AB94A1

Tints of Shady Lady #AB94A1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 35.63%
G = 30.83%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB94A1 (or 0xAB94A1) is known color: Shady Lady. HEX triplet: AB, 94 and A1. RGB value is (171,148,161). Sum of RGB (Red+Green+Blue) = 171+148+161=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB94A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94A1 is #546B5E. Grayscale: #9C9C9C. Windows color (decimal): -5532511 or 10589355. OLE color: 10589355.

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

Color convert

RGB 171 148 161 -
CMYK 0 0.13 0.06 0.33
HSL 326.09º 0.12% 0.63% -
HSV(B) 326.09º 0.13% 0.67% -
XYZ 33.82 32.41 38.19 -
YUV 156.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 171 148 161 0 0.13 0.06 0.33 326.09 0.12 0.63
Hex AB 94 A1 0 D 6 21 146 C 3F
Octal 253 224 241 0 15 6 41 506 14 77
Binary 10101011 10010100 10100001 0 1101 110 100001 101000110 1100 111111

Color Harmonies of #AB94A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94A1

Black with #AB94A1

Text Example


Text Example

White with #AB94A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94A1; }

 p { color: rgb(171,148,161); }

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

background-color css

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

 a { background-color: rgb(171,148,161); }

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

border-color css

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

 span { border-color: rgb(171,148,161); }

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