Html Css Color HEX #AC8EAA London Hue

📋 copy color: '#AC8EAA'

red 172 ◦ green 142 ◦ blue 170

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

Shades of London Hue #AC8EAA

Tints of London Hue #AC8EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 35.54%
G = 29.34%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC8EAA (or 0xAC8EAA) is known color: London Hue. HEX triplet: AC, 8E and AA. RGB value is (172,142,170). Sum of RGB (Red+Green+Blue) = 172+142+170=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8EAA is #537155. Grayscale: #9A9A9A. Windows color (decimal): -5468502 or 11177644. OLE color: 11177644.

HSL color Cylindrical-coordinate representation of color #AC8EAA: hue angle of 304º 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 #AC8EAA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 142 170 -
CMYK 0 0.17 0.01 0.33
HSL 304º 0.15% 0.62% -
HSV(B) 304º 0.17% 0.67% -
XYZ 33.94 31.02 42.23 -
YUV 154.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 172 142 170 0 0.17 0.01 0.33 304 0.15 0.62
Hex AC 8E AA 0 11 1 21 130 F 3E
Octal 254 216 252 0 21 1 41 460 17 76
Binary 10101100 10001110 10101010 0 10001 1 100001 100110000 1111 111110

Color Harmonies of #AC8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EAA

Black with #AC8EAA

Text Example


Text Example

White with #AC8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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