Html Css Color HEX #AE8AAB London Hue

📋 copy color: '#AE8AAB'

red 174 ◦ green 138 ◦ blue 171

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

Shades of London Hue #AE8AAB

Tints of London Hue #AE8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

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

R = 36.02%
G = 28.57%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE8AAB (or 0xAE8AAB) is known color: London Hue. HEX triplet: AE, 8A and AB. RGB value is (174,138,171). Sum of RGB (Red+Green+Blue) = 174+138+171=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AAB is #517554. Grayscale: #989898. Windows color (decimal): -5338453 or 11242158. OLE color: 11242158.

HSL color Cylindrical-coordinate representation of color #AE8AAB: hue angle of 305º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE8AAB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 138 171 -
CMYK 0 0.21 0.02 0.32
HSL 305º 0.18% 0.61% -
HSV(B) 305º 0.21% 0.68% -
XYZ 33.89 30.12 42.55 -
YUV 152.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 174 138 171 0 0.21 0.02 0.32 305 0.18 0.61
Hex AE 8A AB 0 15 2 20 131 12 3D
Octal 256 212 253 0 25 2 40 461 22 75
Binary 10101110 10001010 10101011 0 10101 10 100000 100110001 10010 111101

Color Harmonies of #AE8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8AAB

Black with #AE8AAB

Text Example


Text Example

White with #AE8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8AAB; }

 p { color: rgb(174,138,171); }

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

background-color css

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

 a { background-color: rgb(174,138,171); }

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

border-color css

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

 span { border-color: rgb(174,138,171); }

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