Html Css Color HEX #AC9EAA London Hue

📋 copy color: '#AC9EAA'

red 172 ◦ green 158 ◦ blue 170

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

Shades of London Hue #AC9EAA

Tints of London Hue #AC9EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

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

R = 34.4%
G = 31.6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC9EAA (or 0xAC9EAA) is known color: London Hue. HEX triplet: AC, 9E and AA. RGB value is (172,158,170). Sum of RGB (Red+Green+Blue) = 172+158+170=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EAA is #536155. Grayscale: #A3A3A3. Windows color (decimal): -5464406 or 11181740. OLE color: 11181740.

HSL color Cylindrical-coordinate representation of color #AC9EAA: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AC9EAA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 170 -
CMYK 0 0.08 0.01 0.33
HSL 308.57º 0.08% 0.65% -
HSV(B) 308.57º 0.08% 0.67% -
XYZ 36.5 36.13 43.08 -
YUV 163.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 172 158 170 0 0.08 0.01 0.33 308.57 0.08 0.65
Hex AC 9E AA 0 8 1 21 135 8 41
Octal 254 236 252 0 10 1 41 465 10 101
Binary 10101100 10011110 10101010 0 1000 1 100001 100110101 1000 1000001

Color Harmonies of #AC9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EAA

Black with #AC9EAA

Text Example


Text Example

White with #AC9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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