Html Css Color HEX #AB90AA London Hue

📋 copy color: '#AB90AA'

red 171 ◦ green 144 ◦ blue 170

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

Shades of London Hue #AB90AA

Tints of London Hue #AB90AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 35.26%
G = 29.69%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB90AA (or 0xAB90AA) is known color: London Hue. HEX triplet: AB, 90 and AA. RGB value is (171,144,170). Sum of RGB (Red+Green+Blue) = 171+144+170=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AA is #546F55. Grayscale: #9A9A9A. Windows color (decimal): -5533526 or 11178155. OLE color: 11178155.

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

Color convert

RGB 171 144 170 -
CMYK 0 0.16 0.01 0.33
HSL 302.22º 0.14% 0.62% -
HSV(B) 302.22º 0.16% 0.67% -
XYZ 34.02 31.51 42.32 -
YUV 155.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 171 144 170 0 0.16 0.01 0.33 302.22 0.14 0.62
Hex AB 90 AA 0 10 1 21 12E E 3E
Octal 253 220 252 0 20 1 41 456 16 76
Binary 10101011 10010000 10101010 0 10000 1 100001 100101110 1110 111110

Color Harmonies of #AB90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90AA

Black with #AB90AA

Text Example


Text Example

White with #AB90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90AA; }

 p { color: rgb(171,144,170); }

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

background-color css

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

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

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

border-color css

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

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

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