Html Css Color HEX #A994AA London Hue

📋 copy color: '#A994AA'

red 169 ◦ green 148 ◦ blue 170

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

Shades of London Hue #A994AA

Tints of London Hue #A994AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

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

R = 34.7%
G = 30.39%
B = 34.91%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A994AA (or 0xA994AA) is known color: London Hue. HEX triplet: A9, 94 and AA. RGB value is (169,148,170). Sum of RGB (Red+Green+Blue) = 169+148+170=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A994AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994AA is #566B55. Grayscale: #9C9C9C. Windows color (decimal): -5663574 or 11179177. OLE color: 11179177.

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

Color convert

RGB 169 148 170 -
CMYK 0.01 0.13 0 0.33
HSL 297.27º 0.11% 0.62% -
HSV(B) 297.27º 0.13% 0.67% -
XYZ 34.21 32.52 42.5 -
YUV 156.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 169 148 170 0.01 0.13 0 0.33 297.27 0.11 0.62
Hex A9 94 AA 1 D 0 21 129 B 3E
Octal 251 224 252 1 15 0 41 451 13 76
Binary 10101001 10010100 10101010 1 1101 0 100001 100101001 1011 111110

Color Harmonies of #A994AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994AA

Black with #A994AA

Text Example


Text Example

White with #A994AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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