Html Css Color HEX #AB94A0 Shady Lady

📋 copy color: '#AB94A0'

red 171 ◦ green 148 ◦ blue 160

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

Shades of Shady Lady #AB94A0

Tints of Shady Lady #AB94A0

RGB

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

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

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

R = 35.7%
G = 30.9%
B = 33.4%

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

#AB94A0 (or 0xAB94A0) is known color: Shady Lady. HEX triplet: AB, 94 and A0. RGB value is (171,148,160). Sum of RGB (Red+Green+Blue) = 171+148+160=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94A0 is #546B5F. Grayscale: #9C9C9C. Windows color (decimal): -5532512 or 10523819. OLE color: 10523819.

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

Color convert

RGB 171 148 160 -
CMYK 0 0.13 0.06 0.33
HSL 328.7º 0.12% 0.63% -
HSV(B) 328.7º 0.13% 0.67% -
XYZ 33.73 32.38 37.73 -
YUV 156.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 171 148 160 0 0.13 0.06 0.33 328.7 0.12 0.63
Hex AB 94 A0 0 D 6 21 149 C 3F
Octal 253 224 240 0 15 6 41 511 14 77
Binary 10101011 10010100 10100000 0 1101 110 100001 101001001 1100 111111

Color Harmonies of #AB94A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94A0

Black with #AB94A0

Text Example


Text Example

White with #AB94A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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