Html Css Color HEX #AC9AA8 London Hue

📋 copy color: '#AC9AA8'

red 172 ◦ green 154 ◦ blue 168

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

Shades of London Hue #AC9AA8

Tints of London Hue #AC9AA8

RGB

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

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

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

R = 34.82%
G = 31.17%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC9AA8 (or 0xAC9AA8) is known color: London Hue. HEX triplet: AC, 9A and A8. RGB value is (172,154,168). Sum of RGB (Red+Green+Blue) = 172+154+168=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AA8 is #536557. Grayscale: #A0A0A0. Windows color (decimal): -5465432 or 11049644. OLE color: 11049644.

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

Color convert

RGB 172 154 168 -
CMYK 0 0.10 0.02 0.33
HSL 313.33º 0.1% 0.64% -
HSV(B) 313.33º 0.1% 0.67% -
XYZ 35.64 34.71 41.87 -
YUV 160.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 172 154 168 0 0.10 0.02 0.33 313.33 0.1 0.64
Hex AC 9A A8 0 A 2 21 139 A 40
Octal 254 232 250 0 12 2 41 471 12 100
Binary 10101100 10011010 10101000 0 1010 10 100001 100111001 1010 1000000

Color Harmonies of #AC9AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AA8

Black with #AC9AA8

Text Example


Text Example

White with #AC9AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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