Html Css Color HEX #A99CAA London Hue

📋 copy color: '#A99CAA'

red 169 ◦ green 156 ◦ blue 170

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

Shades of London Hue #A99CAA

Tints of London Hue #A99CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

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

R = 34.14%
G = 31.52%
B = 34.34%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A99CAA (or 0xA99CAA) is known color: London Hue. HEX triplet: A9, 9C and AA. RGB value is (169,156,170). Sum of RGB (Red+Green+Blue) = 169+156+170=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CAA is #566355. Grayscale: #A1A1A1. Windows color (decimal): -5661526 or 11181225. OLE color: 11181225.

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

Color convert

RGB 169 156 170 -
CMYK 0.01 0.08 0 0.33
HSL 295.71º 0.08% 0.64% -
HSV(B) 295.71º 0.08% 0.67% -
XYZ 35.51 35.11 42.94 -
YUV 161.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 169 156 170 0.01 0.08 0 0.33 295.71 0.08 0.64
Hex A9 9C AA 1 8 0 21 128 8 40
Octal 251 234 252 1 10 0 41 450 10 100
Binary 10101001 10011100 10101010 1 1000 0 100001 100101000 1000 1000000

Color Harmonies of #A99CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CAA

Black with #A99CAA

Text Example


Text Example

White with #A99CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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