Html Css Color HEX #AC9AAC London Hue

📋 copy color: '#AC9AAC'

red 172 ◦ green 154 ◦ blue 172

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

Shades of London Hue #AC9AAC

Tints of London Hue #AC9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.92%

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 34.54%
G = 30.92%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC9AAC (or 0xAC9AAC) is known color: London Hue. HEX triplet: AC, 9A and AC. RGB value is (172,154,172). Sum of RGB (Red+Green+Blue) = 172+154+172=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAC is #536553. Grayscale: #A1A1A1. Windows color (decimal): -5465428 or 11311788. OLE color: 11311788.

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

Color convert

RGB 172 154 172 -
CMYK 0 0.10 0 0.33
HSL 300º 0.1% 0.64% -
HSV(B) 300º 0.1% 0.67% -
XYZ 36.02 34.86 43.86 -
YUV 161.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 172 154 172 0 0.10 0 0.33 300 0.1 0.64
Hex AC 9A AC 0 A 0 21 12C A 40
Octal 254 232 254 0 12 0 41 454 12 100
Binary 10101100 10011010 10101100 0 1010 0 100001 100101100 1010 1000000

Color Harmonies of #AC9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AAC

Black with #AC9AAC

Text Example


Text Example

White with #AC9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AAC; }

 p { color: rgb(172,154,172); }

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

background-color css

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

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

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

border-color css

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

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

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