Html Css Color HEX #AB9CAC London Hue

📋 copy color: '#AB9CAC'

red 171 ◦ green 156 ◦ blue 172

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

Shades of London Hue #AB9CAC

Tints of London Hue #AB9CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

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

R = 34.27%
G = 31.26%
B = 34.47%

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

#AB9CAC (or 0xAB9CAC) is known color: London Hue. HEX triplet: AB, 9C and AC. RGB value is (171,156,172). Sum of RGB (Red+Green+Blue) = 171+156+172=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAC is #546353. Grayscale: #A2A2A2. Windows color (decimal): -5530452 or 11312299. OLE color: 11312299.

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

Color convert

RGB 171 156 172 -
CMYK 0.01 0.09 0 0.33
HSL 296.25º 0.09% 0.64% -
HSV(B) 296.25º 0.09% 0.67% -
XYZ 36.13 35.41 43.96 -
YUV 162.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 171 156 172 0.01 0.09 0 0.33 296.25 0.09 0.64
Hex AB 9C AC 1 9 0 21 128 9 40
Octal 253 234 254 1 11 0 41 450 11 100
Binary 10101011 10011100 10101100 1 1001 0 100001 100101000 1001 1000000

Color Harmonies of #AB9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CAC

Black with #AB9CAC

Text Example


Text Example

White with #AB9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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