Html Css Color HEX #AC9AAA London Hue

📋 copy color: '#AC9AAA'

red 172 ◦ green 154 ◦ blue 170

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

Shades of London Hue #AC9AAA

Tints of London Hue #AC9AAA

RGB

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

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

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

R = 34.68%
G = 31.05%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC9AAA (or 0xAC9AAA) is known color: London Hue. HEX triplet: AC, 9A and AA. RGB value is (172,154,170). Sum of RGB (Red+Green+Blue) = 172+154+170=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAA is #536555. Grayscale: #A1A1A1. Windows color (decimal): -5465430 or 11180716. OLE color: 11180716.

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

Color convert

RGB 172 154 170 -
CMYK 0 0.10 0.01 0.33
HSL 306.67º 0.1% 0.64% -
HSV(B) 306.67º 0.1% 0.67% -
XYZ 35.82 34.78 42.86 -
YUV 161.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 172 154 170 0 0.10 0.01 0.33 306.67 0.1 0.64
Hex AC 9A AA 0 A 1 21 133 A 40
Octal 254 232 252 0 12 1 41 463 12 100
Binary 10101100 10011010 10101010 0 1010 1 100001 100110011 1010 1000000

Color Harmonies of #AC9AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AAA

Black with #AC9AAA

Text Example


Text Example

White with #AC9AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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