Html Css Color HEX #AC9AA6 London Hue

📋 copy color: '#AC9AA6'

red 172 ◦ green 154 ◦ blue 166

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

Shades of London Hue #AC9AA6

Tints of London Hue #AC9AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 34.96%
G = 31.3%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC9AA6 (or 0xAC9AA6) is known color: London Hue. HEX triplet: AC, 9A and A6. RGB value is (172,154,166). Sum of RGB (Red+Green+Blue) = 172+154+166=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AA6 is #536559. Grayscale: #A0A0A0. Windows color (decimal): -5465434 or 10918572. OLE color: 10918572.

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

Color convert

RGB 172 154 166 -
CMYK 0 0.10 0.03 0.33
HSL 320º 0.1% 0.64% -
HSV(B) 320º 0.1% 0.67% -
XYZ 35.45 34.64 40.89 -
YUV 160.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 172 154 166 0 0.10 0.03 0.33 320 0.1 0.64
Hex AC 9A A6 0 A 3 21 140 A 40
Octal 254 232 246 0 12 3 41 500 12 100
Binary 10101100 10011010 10100110 0 1010 11 100001 101000000 1010 1000000

Color Harmonies of #AC9AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AA6

Black with #AC9AA6

Text Example


Text Example

White with #AC9AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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