Html Css Color HEX #A994AB London Hue

📋 copy color: '#A994AB'

red 169 ◦ green 148 ◦ blue 171

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

Shades of London Hue #A994AB

Tints of London Hue #A994AB

RGB

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

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

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

R = 34.63%
G = 30.33%
B = 35.04%

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

#A994AB (or 0xA994AB) is known color: London Hue. HEX triplet: A9, 94 and AB. RGB value is (169,148,171). Sum of RGB (Red+Green+Blue) = 169+148+171=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #A994AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994AB is #566B54. Grayscale: #9C9C9C. Windows color (decimal): -5663573 or 11244713. OLE color: 11244713.

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

Color convert

RGB 169 148 171 -
CMYK 0.01 0.13 0 0.33
HSL 294.78º 0.12% 0.63% -
HSV(B) 294.78º 0.13% 0.67% -
XYZ 34.3 32.56 43 -
YUV 156.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 169 148 171 0.01 0.13 0 0.33 294.78 0.12 0.63
Hex A9 94 AB 1 D 0 21 127 C 3F
Octal 251 224 253 1 15 0 41 447 14 77
Binary 10101001 10010100 10101011 1 1101 0 100001 100100111 1100 111111

Color Harmonies of #A994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994AB

Black with #A994AB

Text Example


Text Example

White with #A994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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