Html Css Color HEX #A99BAA London Hue

📋 copy color: '#A99BAA'

red 169 ◦ green 155 ◦ blue 170

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

Shades of London Hue #A99BAA

Tints of London Hue #A99BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 34.21%
G = 31.38%
B = 34.41%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A99BAA (or 0xA99BAA) is known color: London Hue. HEX triplet: A9, 9B and AA. RGB value is (169,155,170). Sum of RGB (Red+Green+Blue) = 169+155+170=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAA is #566455. Grayscale: #A0A0A0. Windows color (decimal): -5661782 or 11180969. OLE color: 11180969.

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

Color convert

RGB 169 155 170 -
CMYK 0.01 0.09 0 0.33
HSL 296º 0.08% 0.64% -
HSV(B) 296º 0.09% 0.67% -
XYZ 35.34 34.78 42.88 -
YUV 160.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 169 155 170 0.01 0.09 0 0.33 296 0.08 0.64
Hex A9 9B AA 1 9 0 21 128 8 40
Octal 251 233 252 1 11 0 41 450 10 100
Binary 10101001 10011011 10101010 1 1001 0 100001 100101000 1000 1000000

Color Harmonies of #A99BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BAA

Black with #A99BAA

Text Example


Text Example

White with #A99BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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