Html Css Color HEX #A899AB London Hue

📋 copy color: '#A899AB'

red 168 ◦ green 153 ◦ blue 171

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

Shades of London Hue #A899AB

Tints of London Hue #A899AB

RGB

 RED value IS 168 (66.02% from 255) = 34.15%

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 34.15%
G = 31.1%
B = 34.76%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A899AB (or 0xA899AB) is known color: London Hue. HEX triplet: A8, 99 and AB. RGB value is (168,153,171). Sum of RGB (Red+Green+Blue) = 168+153+171=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A899AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899AB is #576654. Grayscale: #9F9F9F. Windows color (decimal): -5727829 or 11245992. OLE color: 11245992.

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

Color convert

RGB 168 153 171 -
CMYK 0.02 0.11 0 0.33
HSL 290º 0.1% 0.64% -
HSV(B) 290º 0.11% 0.67% -
XYZ 34.89 34.05 43.26 -
YUV 159.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 168 153 171 0.02 0.11 0 0.33 290 0.1 0.64
Hex A8 99 AB 2 B 0 21 122 A 40
Octal 250 231 253 2 13 0 41 442 12 100
Binary 10101000 10011001 10101011 10 1011 0 100001 100100010 1010 1000000

Color Harmonies of #A899AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899AB

Black with #A899AB

Text Example


Text Example

White with #A899AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899AB; }

 p { color: rgb(168,153,171); }

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

background-color css

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

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

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

border-color css

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

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

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