Html Css Color HEX #AC8EA8 London Hue

📋 copy color: '#AC8EA8'

red 172 ◦ green 142 ◦ blue 168

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

Shades of London Hue #AC8EA8

Tints of London Hue #AC8EA8

RGB

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

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

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

R = 35.68%
G = 29.46%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC8EA8 (or 0xAC8EA8) is known color: London Hue. HEX triplet: AC, 8E and A8. RGB value is (172,142,168). Sum of RGB (Red+Green+Blue) = 172+142+168=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8EA8 is #537157. Grayscale: #999999. Windows color (decimal): -5468504 or 11046572. OLE color: 11046572.

HSL color Cylindrical-coordinate representation of color #AC8EA8: hue angle of 308º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8EA8 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 142 168 -
CMYK 0 0.17 0.02 0.33
HSL 308º 0.15% 0.62% -
HSV(B) 308º 0.17% 0.67% -
XYZ 33.75 30.94 41.24 -
YUV 153.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 172 142 168 0 0.17 0.02 0.33 308 0.15 0.62
Hex AC 8E A8 0 11 2 21 134 F 3E
Octal 254 216 250 0 21 2 41 464 17 76
Binary 10101100 10001110 10101000 0 10001 10 100001 100110100 1111 111110

Color Harmonies of #AC8EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EA8

Black with #AC8EA8

Text Example


Text Example

White with #AC8EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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