Html Css Color HEX #AB9DAB London Hue

📋 copy color: '#AB9DAB'

red 171 ◦ green 157 ◦ blue 171

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

Shades of London Hue #AB9DAB

Tints of London Hue #AB9DAB

RGB

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

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

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

R = 34.27%
G = 31.46%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB9DAB (or 0xAB9DAB) is known color: London Hue. HEX triplet: AB, 9D and AB. RGB value is (171,157,171). Sum of RGB (Red+Green+Blue) = 171+157+171=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAB is #546254. Grayscale: #A2A2A2. Windows color (decimal): -5530197 or 11247019. OLE color: 11247019.

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

Color convert

RGB 171 157 171 -
CMYK 0 0.08 0 0.33
HSL 300º 0.08% 0.64% -
HSV(B) 300º 0.08% 0.67% -
XYZ 36.2 35.71 43.51 -
YUV 162.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 171 157 171 0 0.08 0 0.33 300 0.08 0.64
Hex AB 9D AB 0 8 0 21 12C 8 40
Octal 253 235 253 0 10 0 41 454 10 100
Binary 10101011 10011101 10101011 0 1000 0 100001 100101100 1000 1000000

Color Harmonies of #AB9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DAB

Black with #AB9DAB

Text Example


Text Example

White with #AB9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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