Html Css Color HEX #AB92A5 London Hue

📋 copy color: '#AB92A5'

red 171 ◦ green 146 ◦ blue 165

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

Shades of London Hue #AB92A5

Tints of London Hue #AB92A5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

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

R = 35.48%
G = 30.29%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB92A5 (or 0xAB92A5) is known color: London Hue. HEX triplet: AB, 92 and A5. RGB value is (171,146,165). Sum of RGB (Red+Green+Blue) = 171+146+165=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB92A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB92A5 is #546D5A. Grayscale: #9B9B9B. Windows color (decimal): -5533019 or 10850987. OLE color: 10850987.

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

Color convert

RGB 171 146 165 -
CMYK 0 0.15 0.04 0.33
HSL 314.4º 0.13% 0.62% -
HSV(B) 314.4º 0.15% 0.67% -
XYZ 33.87 31.93 39.98 -
YUV 155.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 171 146 165 0 0.15 0.04 0.33 314.4 0.13 0.62
Hex AB 92 A5 0 F 4 21 13A D 3E
Octal 253 222 245 0 17 4 41 472 15 76
Binary 10101011 10010010 10100101 0 1111 100 100001 100111010 1101 111110

Color Harmonies of #AB92A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92A5

Black with #AB92A5

Text Example


Text Example

White with #AB92A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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