Html Css Color HEX #AB8DA5 London Hue

📋 copy color: '#AB8DA5'

red 171 ◦ green 141 ◦ blue 165

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

Shades of London Hue #AB8DA5

Tints of London Hue #AB8DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.56%

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

R = 35.85%
G = 29.56%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB8DA5 (or 0xAB8DA5) is known color: London Hue. HEX triplet: AB, 8D and A5. RGB value is (171,141,165). Sum of RGB (Red+Green+Blue) = 171+141+165=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DA5 is #54725A. Grayscale: #989898. Windows color (decimal): -5534299 or 10849707. OLE color: 10849707.

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

Color convert

RGB 171 141 165 -
CMYK 0 0.18 0.04 0.33
HSL 312º 0.15% 0.61% -
HSV(B) 312º 0.18% 0.67% -
XYZ 33.11 30.42 39.72 -
YUV 152.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 171 141 165 0 0.18 0.04 0.33 312 0.15 0.61
Hex AB 8D A5 0 12 4 21 138 F 3D
Octal 253 215 245 0 22 4 41 470 17 75
Binary 10101011 10001101 10100101 0 10010 100 100001 100111000 1111 111101

Color Harmonies of #AB8DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DA5

Black with #AB8DA5

Text Example


Text Example

White with #AB8DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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