Html Css Color HEX #AE9CA8 London Hue

📋 copy color: '#AE9CA8'

red 174 ◦ green 156 ◦ blue 168

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

Shades of London Hue #AE9CA8

Tints of London Hue #AE9CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 34.94%
G = 31.33%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE9CA8 (or 0xAE9CA8) is known color: London Hue. HEX triplet: AE, 9C and A8. RGB value is (174,156,168). Sum of RGB (Red+Green+Blue) = 174+156+168=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9CA8 is #516357. Grayscale: #A2A2A2. Windows color (decimal): -5333848 or 11050158. OLE color: 11050158.

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

Color convert

RGB 174 156 168 -
CMYK 0 0.10 0.03 0.32
HSL 320º 0.1% 0.65% -
HSV(B) 320º 0.1% 0.68% -
XYZ 36.41 35.6 42 -
YUV 162.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 174 156 168 0 0.10 0.03 0.32 320 0.1 0.65
Hex AE 9C A8 0 A 3 20 140 A 41
Octal 256 234 250 0 12 3 40 500 12 101
Binary 10101110 10011100 10101000 0 1010 11 100000 101000000 1010 1000001

Color Harmonies of #AE9CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CA8

Black with #AE9CA8

Text Example


Text Example

White with #AE9CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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