Html Css Color HEX #AB99A5 London Hue

📋 copy color: '#AB99A5'

red 171 ◦ green 153 ◦ blue 165

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

Shades of London Hue #AB99A5

Tints of London Hue #AB99A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.29%

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 34.97%
G = 31.29%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB99A5 (or 0xAB99A5) is known color: London Hue. HEX triplet: AB, 99 and A5. RGB value is (171,153,165). Sum of RGB (Red+Green+Blue) = 171+153+165=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A5 is #54665A. Grayscale: #9F9F9F. Windows color (decimal): -5531227 or 10852779. OLE color: 10852779.

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

Color convert

RGB 171 153 165 -
CMYK 0 0.11 0.04 0.33
HSL 320º 0.1% 0.64% -
HSV(B) 320º 0.11% 0.67% -
XYZ 34.98 34.16 40.35 -
YUV 159.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 171 153 165 0 0.11 0.04 0.33 320 0.1 0.64
Hex AB 99 A5 0 B 4 21 140 A 40
Octal 253 231 245 0 13 4 41 500 12 100
Binary 10101011 10011001 10100101 0 1011 100 100001 101000000 1010 1000000

Color Harmonies of #AB99A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99A5

Black with #AB99A5

Text Example


Text Example

White with #AB99A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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