Html Css Color HEX #A996AB London Hue

📋 copy color: '#A996AB'

red 169 ◦ green 150 ◦ blue 171

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

Shades of London Hue #A996AB

Tints of London Hue #A996AB

RGB

 RED value IS 169 (66.41% from 255) = 34.49%

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

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

R = 34.49%
G = 30.61%
B = 34.9%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A996AB (or 0xA996AB) is known color: London Hue. HEX triplet: A9, 96 and AB. RGB value is (169,150,171). Sum of RGB (Red+Green+Blue) = 169+150+171=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A996AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A996AB is #566954. Grayscale: #9E9E9E. Windows color (decimal): -5663061 or 11245225. OLE color: 11245225.

HSL color Cylindrical-coordinate representation of color #A996AB: hue angle of 294.29º 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 #A996AB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 150 171 -
CMYK 0.01 0.12 0 0.33
HSL 294.29º 0.11% 0.63% -
HSV(B) 294.29º 0.12% 0.67% -
XYZ 34.62 33.19 43.11 -
YUV 158.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 169 150 171 0.01 0.12 0 0.33 294.29 0.11 0.63
Hex A9 96 AB 1 C 0 21 126 B 3F
Octal 251 226 253 1 14 0 41 446 13 77
Binary 10101001 10010110 10101011 1 1100 0 100001 100100110 1011 111111

Color Harmonies of #A996AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996AB

Black with #A996AB

Text Example


Text Example

White with #A996AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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