Html Css Color HEX #AB96A7 London Hue

📋 copy color: '#AB96A7'

red 171 ◦ green 150 ◦ blue 167

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

Shades of London Hue #AB96A7

Tints of London Hue #AB96A7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

 BLUE value IS 167 (65.63% from 255) = 34.22%

R = 35.04%
G = 30.74%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB96A7 (or 0xAB96A7) is known color: London Hue. HEX triplet: AB, 96 and A7. RGB value is (171,150,167). Sum of RGB (Red+Green+Blue) = 171+150+167=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96A7 is #546958. Grayscale: #9E9E9E. Windows color (decimal): -5531993 or 10983083. OLE color: 10983083.

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

Color convert

RGB 171 150 167 -
CMYK 0 0.12 0.02 0.33
HSL 311.43º 0.11% 0.63% -
HSV(B) 311.43º 0.12% 0.67% -
XYZ 34.68 33.26 41.15 -
YUV 158.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 171 150 167 0 0.12 0.02 0.33 311.43 0.11 0.63
Hex AB 96 A7 0 C 2 21 137 B 3F
Octal 253 226 247 0 14 2 41 467 13 77
Binary 10101011 10010110 10100111 0 1100 10 100001 100110111 1011 111111

Color Harmonies of #AB96A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96A7

Black with #AB96A7

Text Example


Text Example

White with #AB96A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96A7; }

 p { color: rgb(171,150,167); }

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

background-color css

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

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

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

border-color css

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

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

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