Html Css Color HEX #AC97AC London Hue

📋 copy color: '#AC97AC'

red 172 ◦ green 151 ◦ blue 172

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

Shades of London Hue #AC97AC

Tints of London Hue #AC97AC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.51%

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

R = 34.75%
G = 30.51%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC97AC (or 0xAC97AC) is known color: London Hue. HEX triplet: AC, 97 and AC. RGB value is (172,151,172). Sum of RGB (Red+Green+Blue) = 172+151+172=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AC is #536853. Grayscale: #9F9F9F. Windows color (decimal): -5466196 or 11311020. OLE color: 11311020.

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

Color convert

RGB 172 151 172 -
CMYK 0 0.12 0 0.33
HSL 300º 0.11% 0.63% -
HSV(B) 300º 0.12% 0.67% -
XYZ 35.53 33.88 43.7 -
YUV 159.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 172 151 172 0 0.12 0 0.33 300 0.11 0.63
Hex AC 97 AC 0 C 0 21 12C B 3F
Octal 254 227 254 0 14 0 41 454 13 77
Binary 10101100 10010111 10101100 0 1100 0 100001 100101100 1011 111111

Color Harmonies of #AC97AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97AC

Black with #AC97AC

Text Example


Text Example

White with #AC97AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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