Html Css Color HEX #AC99AC London Hue

📋 copy color: '#AC99AC'

red 172 ◦ green 153 ◦ blue 172

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

Shades of London Hue #AC99AC

Tints of London Hue #AC99AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

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

R = 34.61%
G = 30.78%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC99AC (or 0xAC99AC) is known color: London Hue. HEX triplet: AC, 99 and AC. RGB value is (172,153,172). Sum of RGB (Red+Green+Blue) = 172+153+172=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AC is #536653. Grayscale: #A0A0A0. Windows color (decimal): -5465684 or 11311532. OLE color: 11311532.

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

Color convert

RGB 172 153 172 -
CMYK 0 0.11 0 0.33
HSL 300º 0.1% 0.64% -
HSV(B) 300º 0.11% 0.67% -
XYZ 35.85 34.53 43.81 -
YUV 160.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 172 153 172 0 0.11 0 0.33 300 0.1 0.64
Hex AC 99 AC 0 B 0 21 12C A 40
Octal 254 231 254 0 13 0 41 454 12 100
Binary 10101100 10011001 10101100 0 1011 0 100001 100101100 1010 1000000

Color Harmonies of #AC99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99AC

Black with #AC99AC

Text Example


Text Example

White with #AC99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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