Html Css Color HEX #AC96AD London Hue

📋 copy color: '#AC96AD'

red 172 ◦ green 150 ◦ blue 173

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

Shades of London Hue #AC96AD

Tints of London Hue #AC96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 34.75%
G = 30.3%
B = 34.95%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC96AD (or 0xAC96AD) is known color: London Hue. HEX triplet: AC, 96 and AD. RGB value is (172,150,173). Sum of RGB (Red+Green+Blue) = 172+150+173=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AD is #536952. Grayscale: #9F9F9F. Windows color (decimal): -5466451 or 11376300. OLE color: 11376300.

HSL color Cylindrical-coordinate representation of color #AC96AD: hue angle of 297.39º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC96AD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 150 173 -
CMYK 0.01 0.13 0 0.32
HSL 297.39º 0.12% 0.63% -
HSV(B) 297.39º 0.13% 0.68% -
XYZ 35.46 33.6 44.15 -
YUV 159.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 172 150 173 0.01 0.13 0 0.32 297.39 0.12 0.63
Hex AC 96 AD 1 D 0 20 129 C 3F
Octal 254 226 255 1 15 0 40 451 14 77
Binary 10101100 10010110 10101101 1 1101 0 100000 100101001 1100 111111

Color Harmonies of #AC96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96AD

Black with #AC96AD

Text Example


Text Example

White with #AC96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96AD; }

 p { color: rgb(172,150,173); }

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

background-color css

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

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

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

border-color css

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

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

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