Html Css Color HEX #AC9AAB London Hue

📋 copy color: '#AC9AAB'

red 172 ◦ green 154 ◦ blue 171

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

Shades of London Hue #AC9AAB

Tints of London Hue #AC9AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 34.61%
G = 30.99%
B = 34.41%

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

#AC9AAB (or 0xAC9AAB) is known color: London Hue. HEX triplet: AC, 9A and AB. RGB value is (172,154,171). Sum of RGB (Red+Green+Blue) = 172+154+171=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAB is #536554. Grayscale: #A1A1A1. Windows color (decimal): -5465429 or 11246252. OLE color: 11246252.

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

Color convert

RGB 172 154 171 -
CMYK 0 0.10 0.01 0.33
HSL 303.33º 0.1% 0.64% -
HSV(B) 303.33º 0.1% 0.67% -
XYZ 35.92 34.82 43.36 -
YUV 161.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 172 154 171 0 0.10 0.01 0.33 303.33 0.1 0.64
Hex AC 9A AB 0 A 1 21 12F A 40
Octal 254 232 253 0 12 1 41 457 12 100
Binary 10101100 10011010 10101011 0 1010 1 100001 100101111 1010 1000000

Color Harmonies of #AC9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AAB

Black with #AC9AAB

Text Example


Text Example

White with #AC9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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