Html Css Color HEX #AB91A0 Shady Lady

📋 copy color: '#AB91A0'

red 171 ◦ green 145 ◦ blue 160

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

Shades of Shady Lady #AB91A0

Tints of Shady Lady #AB91A0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

 BLUE value IS 160 (62.89% from 255) = 33.61%

R = 35.92%
G = 30.46%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB91A0 (or 0xAB91A0) is known color: Shady Lady. HEX triplet: AB, 91 and A0. RGB value is (171,145,160). Sum of RGB (Red+Green+Blue) = 171+145+160=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB91A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB91A0 is #546E5F. Grayscale: #9A9A9A. Windows color (decimal): -5533280 or 10523051. OLE color: 10523051.

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

Color convert

RGB 171 145 160 -
CMYK 0 0.15 0.06 0.33
HSL 325.38º 0.13% 0.62% -
HSV(B) 325.38º 0.15% 0.67% -
XYZ 33.27 31.45 37.57 -
YUV 154.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 171 145 160 0 0.15 0.06 0.33 325.38 0.13 0.62
Hex AB 91 A0 0 F 6 21 145 D 3E
Octal 253 221 240 0 17 6 41 505 15 76
Binary 10101011 10010001 10100000 0 1111 110 100001 101000101 1101 111110

Color Harmonies of #AB91A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91A0

Black with #AB91A0

Text Example


Text Example

White with #AB91A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91A0; }

 p { color: rgb(171,145,160); }

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

background-color css

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

 a { background-color: rgb(171,145,160); }

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

border-color css

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

 span { border-color: rgb(171,145,160); }

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