Html Css Color HEX #AA88A4 London Hue

📋 copy color: '#AA88A4'

red 170 ◦ green 136 ◦ blue 164

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

Shades of London Hue #AA88A4

Tints of London Hue #AA88A4

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 36.17%
G = 28.94%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA88A4 (or 0xAA88A4) is known color: London Hue. HEX triplet: AA, 88 and A4. RGB value is (170,136,164). Sum of RGB (Red+Green+Blue) = 170+136+164=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A4 is #55775B. Grayscale: #959595. Windows color (decimal): -5601116 or 10782890. OLE color: 10782890.

HSL color Cylindrical-coordinate representation of color #AA88A4: hue angle of 310.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA88A4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 164 -
CMYK 0 0.20 0.04 0.33
HSL 310.59º 0.17% 0.6% -
HSV(B) 310.59º 0.2% 0.67% -
XYZ 32.08 28.83 39 -
YUV 149.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 170 136 164 0 0.20 0.04 0.33 310.59 0.17 0.6
Hex AA 88 A4 0 14 4 21 137 11 3C
Octal 252 210 244 0 24 4 41 467 21 74
Binary 10101010 10001000 10100100 0 10100 100 100001 100110111 10001 111100

Color Harmonies of #AA88A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88A4

Black with #AA88A4

Text Example


Text Example

White with #AA88A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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