Html Css Color HEX #AE99A8 London Hue

📋 copy color: '#AE99A8'

red 174 ◦ green 153 ◦ blue 168

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

Shades of London Hue #AE99A8

Tints of London Hue #AE99A8

RGB

 RED value IS 174 (68.36% from 255) = 35.15%

 GREEN value IS 153 (60.16% from 255) = 30.91%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 35.15%
G = 30.91%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE99A8 (or 0xAE99A8) is known color: London Hue. HEX triplet: AE, 99 and A8. RGB value is (174,153,168). Sum of RGB (Red+Green+Blue) = 174+153+168=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AE99A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99A8 is #516657. Grayscale: #A0A0A0. Windows color (decimal): -5334616 or 11049390. OLE color: 11049390.

HSL color Cylindrical-coordinate representation of color #AE99A8: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AE99A8 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 168 -
CMYK 0 0.12 0.03 0.32
HSL 317.14º 0.11% 0.64% -
HSV(B) 317.14º 0.12% 0.68% -
XYZ 35.91 34.61 41.83 -
YUV 160.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 174 153 168 0 0.12 0.03 0.32 317.14 0.11 0.64
Hex AE 99 A8 0 C 3 20 13D B 40
Octal 256 231 250 0 14 3 40 475 13 100
Binary 10101110 10011001 10101000 0 1100 11 100000 100111101 1011 1000000

Color Harmonies of #AE99A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99A8

Black with #AE99A8

Text Example


Text Example

White with #AE99A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99A8; }

 p { color: rgb(174,153,168); }

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

background-color css

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

 a { background-color: rgb(174,153,168); }

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

border-color css

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

 span { border-color: rgb(174,153,168); }

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