Html Css Color HEX #AB9FA6 Shady Lady

📋 copy color: '#AB9FA6'

red 171 ◦ green 159 ◦ blue 166

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

Shades of Shady Lady #AB9FA6

Tints of Shady Lady #AB9FA6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 34.48%
G = 32.06%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB9FA6 (or 0xAB9FA6) is known color: Shady Lady. HEX triplet: AB, 9F and A6. RGB value is (171,159,166). Sum of RGB (Red+Green+Blue) = 171+159+166=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA6 is #546059. Grayscale: #A3A3A3. Windows color (decimal): -5529690 or 10919851. OLE color: 10919851.

HSL color Cylindrical-coordinate representation of color #AB9FA6: hue angle of 325º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9FA6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 166 -
CMYK 0 0.07 0.03 0.33
HSL 325º 0.07% 0.65% -
HSV(B) 325º 0.07% 0.67% -
XYZ 36.08 36.21 41.16 -
YUV 163.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 171 159 166 0 0.07 0.03 0.33 325 0.07 0.65
Hex AB 9F A6 0 7 3 21 145 7 41
Octal 253 237 246 0 7 3 41 505 7 101
Binary 10101011 10011111 10100110 0 111 11 100001 101000101 111 1000001

Color Harmonies of #AB9FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FA6

Black with #AB9FA6

Text Example


Text Example

White with #AB9FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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