Html Css Color HEX #A996AA London Hue

📋 copy color: '#A996AA'

red 169 ◦ green 150 ◦ blue 170

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

Shades of London Hue #A996AA

Tints of London Hue #A996AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 34.56%
G = 30.67%
B = 34.76%

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

#A996AA (or 0xA996AA) is known color: London Hue. HEX triplet: A9, 96 and AA. RGB value is (169,150,170). Sum of RGB (Red+Green+Blue) = 169+150+170=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A996AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A996AA is #566955. Grayscale: #9D9D9D. Windows color (decimal): -5663062 or 11179689. OLE color: 11179689.

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

Color convert

RGB 169 150 170 -
CMYK 0.01 0.12 0 0.33
HSL 297º 0.11% 0.63% -
HSV(B) 297º 0.12% 0.67% -
XYZ 34.52 33.15 42.61 -
YUV 157.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 169 150 170 0.01 0.12 0 0.33 297 0.11 0.63
Hex A9 96 AA 1 C 0 21 129 B 3F
Octal 251 226 252 1 14 0 41 451 13 77
Binary 10101001 10010110 10101010 1 1100 0 100001 100101001 1011 111111

Color Harmonies of #A996AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996AA

Black with #A996AA

Text Example


Text Example

White with #A996AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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