Html Css Color HEX #AC9CAC London Hue

📋 copy color: '#AC9CAC'

red 172 ◦ green 156 ◦ blue 172

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

Shades of London Hue #AC9CAC

Tints of London Hue #AC9CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 34.4%
G = 31.2%
B = 34.4%

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

#AC9CAC (or 0xAC9CAC) is known color: London Hue. HEX triplet: AC, 9C and AC. RGB value is (172,156,172). Sum of RGB (Red+Green+Blue) = 172+156+172=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CAC is #536353. Grayscale: #A2A2A2. Windows color (decimal): -5464916 or 11312300. OLE color: 11312300.

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

Color convert

RGB 172 156 172 -
CMYK 0 0.09 0 0.33
HSL 300º 0.09% 0.64% -
HSV(B) 300º 0.09% 0.67% -
XYZ 36.35 35.53 43.97 -
YUV 162.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 172 156 172 0 0.09 0 0.33 300 0.09 0.64
Hex AC 9C AC 0 9 0 21 12C 9 40
Octal 254 234 254 0 11 0 41 454 11 100
Binary 10101100 10011100 10101100 0 1001 0 100001 100101100 1001 1000000

Color Harmonies of #AC9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CAC

Black with #AC9CAC

Text Example


Text Example

White with #AC9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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