Html Css Color HEX #AC9DAC London Hue

📋 copy color: '#AC9DAC'

red 172 ◦ green 157 ◦ blue 172

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

Shades of London Hue #AC9DAC

Tints of London Hue #AC9DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

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

R = 34.33%
G = 31.34%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC9DAC (or 0xAC9DAC) is known color: London Hue. HEX triplet: AC, 9D and AC. RGB value is (172,157,172). Sum of RGB (Red+Green+Blue) = 172+157+172=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DAC is #536253. Grayscale: #A3A3A3. Windows color (decimal): -5464660 or 11312556. OLE color: 11312556.

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

Color convert

RGB 172 157 172 -
CMYK 0 0.09 0 0.33
HSL 300º 0.08% 0.65% -
HSV(B) 300º 0.09% 0.67% -
XYZ 36.52 35.86 44.03 -
YUV 163.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 172 157 172 0 0.09 0 0.33 300 0.08 0.65
Hex AC 9D AC 0 9 0 21 12C 8 41
Octal 254 235 254 0 11 0 41 454 10 101
Binary 10101100 10011101 10101100 0 1001 0 100001 100101100 1000 1000001

Color Harmonies of #AC9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DAC

Black with #AC9DAC

Text Example


Text Example

White with #AC9DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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