Html Css Color HEX #AA94A4 London Hue

📋 copy color: '#AA94A4'

red 170 ◦ green 148 ◦ blue 164

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

Shades of London Hue #AA94A4

Tints of London Hue #AA94A4

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 35.27%
G = 30.71%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA94A4 (or 0xAA94A4) is known color: London Hue. HEX triplet: AA, 94 and A4. RGB value is (170,148,164). Sum of RGB (Red+Green+Blue) = 170+148+164=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA94A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94A4 is #556B5B. Grayscale: #9C9C9C. Windows color (decimal): -5598044 or 10785962. OLE color: 10785962.

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

Color convert

RGB 170 148 164 -
CMYK 0 0.13 0.04 0.33
HSL 316.36º 0.11% 0.62% -
HSV(B) 316.36º 0.13% 0.67% -
XYZ 33.87 32.41 39.59 -
YUV 156.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 170 148 164 0 0.13 0.04 0.33 316.36 0.11 0.62
Hex AA 94 A4 0 D 4 21 13C B 3E
Octal 252 224 244 0 15 4 41 474 13 76
Binary 10101010 10010100 10100100 0 1101 100 100001 100111100 1011 111110

Color Harmonies of #AA94A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94A4

Black with #AA94A4

Text Example


Text Example

White with #AA94A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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