Html Css Color HEX #ABA5A8 Shady Lady

📋 copy color: '#ABA5A8'

red 171 ◦ green 165 ◦ blue 168

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

Shades of Shady Lady #ABA5A8

Tints of Shady Lady #ABA5A8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 33.93%
G = 32.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ABA5A8 (or 0xABA5A8) is known color: Shady Lady. HEX triplet: AB, A5 and A8. RGB value is (171,165,168). Sum of RGB (Red+Green+Blue) = 171+165+168=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA5A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5A8 is #545A57. Grayscale: #A7A7A7. Windows color (decimal): -5528152 or 11052459. OLE color: 11052459.

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

Color convert

RGB 171 165 168 -
CMYK 0 0.04 0.02 0.33
HSL 330º 0.03% 0.66% -
HSV(B) 330º 0.04% 0.67% -
XYZ 37.32 38.4 42.49 -
YUV 167.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 171 165 168 0 0.04 0.02 0.33 330 0.03 0.66
Hex AB A5 A8 0 4 2 21 14A 3 42
Octal 253 245 250 0 4 2 41 512 3 102
Binary 10101011 10100101 10101000 0 100 10 100001 101001010 11 1000010

Color Harmonies of #ABA5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5A8

Black with #ABA5A8

Text Example


Text Example

White with #ABA5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5A8; }

 p { color: rgb(171,165,168); }

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

background-color css

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

 a { background-color: rgb(171,165,168); }

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

border-color css

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

 span { border-color: rgb(171,165,168); }

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