Html Css Color HEX #AC8EAE London Hue

📋 copy color: '#AC8EAE'

red 172 ◦ green 142 ◦ blue 174

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

Shades of London Hue #AC8EAE

Tints of London Hue #AC8EAE

RGB

 RED value IS 172 (67.58% from 255) = 35.25%

 GREEN value IS 142 (55.86% from 255) = 29.1%

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 35.25%
G = 29.1%
B = 35.66%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC8EAE (or 0xAC8EAE) is known color: London Hue. HEX triplet: AC, 8E and AE. RGB value is (172,142,174). Sum of RGB (Red+Green+Blue) = 172+142+174=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8EAE is #537151. Grayscale: #9A9A9A. Windows color (decimal): -5468498 or 11439788. OLE color: 11439788.

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

Color convert

RGB 172 142 174 -
CMYK 0.01 0.18 0 0.32
HSL 296.25º 0.16% 0.62% -
HSV(B) 296.25º 0.18% 0.68% -
XYZ 34.33 31.17 44.25 -
YUV 154.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 172 142 174 0.01 0.18 0 0.32 296.25 0.16 0.62
Hex AC 8E AE 1 12 0 20 128 10 3E
Octal 254 216 256 1 22 0 40 450 20 76
Binary 10101100 10001110 10101110 1 10010 0 100000 100101000 10000 111110

Color Harmonies of #AC8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EAE

Black with #AC8EAE

Text Example


Text Example

White with #AC8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EAE; }

 p { color: rgb(172,142,174); }

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

background-color css

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

 a { background-color: rgb(172,142,174); }

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

border-color css

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

 span { border-color: rgb(172,142,174); }

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