Html Css Color HEX #AB9DAC London Hue

📋 copy color: '#AB9DAC'

red 171 ◦ green 157 ◦ blue 172

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

Shades of London Hue #AB9DAC

Tints of London Hue #AB9DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 34.2%
G = 31.4%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB9DAC (or 0xAB9DAC) is known color: London Hue. HEX triplet: AB, 9D and AC. RGB value is (171,157,172). Sum of RGB (Red+Green+Blue) = 171+157+172=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAC is #546253. Grayscale: #A2A2A2. Windows color (decimal): -5530196 or 11312555. OLE color: 11312555.

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

Color convert

RGB 171 157 172 -
CMYK 0.01 0.09 0 0.33
HSL 296º 0.08% 0.65% -
HSV(B) 296º 0.09% 0.67% -
XYZ 36.3 35.75 44.02 -
YUV 162.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 171 157 172 0.01 0.09 0 0.33 296 0.08 0.65
Hex AB 9D AC 1 9 0 21 128 8 41
Octal 253 235 254 1 11 0 41 450 10 101
Binary 10101011 10011101 10101100 1 1001 0 100001 100101000 1000 1000001

Color Harmonies of #AB9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DAC

Black with #AB9DAC

Text Example


Text Example

White with #AB9DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DAC; }

 p { color: rgb(171,157,172); }

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

background-color css

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

 a { background-color: rgb(171,157,172); }

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

border-color css

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

 span { border-color: rgb(171,157,172); }

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