Html Css Color HEX #AC96AB London Hue

📋 copy color: '#AC96AB'

red 172 ◦ green 150 ◦ blue 171

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

Shades of London Hue #AC96AB

Tints of London Hue #AC96AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 34.89%
G = 30.43%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC96AB (or 0xAC96AB) is known color: London Hue. HEX triplet: AC, 96 and AB. RGB value is (172,150,171). Sum of RGB (Red+Green+Blue) = 172+150+171=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AB is #536954. Grayscale: #9E9E9E. Windows color (decimal): -5466453 or 11245228. OLE color: 11245228.

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

Color convert

RGB 172 150 171 -
CMYK 0 0.13 0.01 0.33
HSL 302.73º 0.12% 0.63% -
HSV(B) 302.73º 0.13% 0.67% -
XYZ 35.27 33.52 43.14 -
YUV 158.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 172 150 171 0 0.13 0.01 0.33 302.73 0.12 0.63
Hex AC 96 AB 0 D 1 21 12F C 3F
Octal 254 226 253 0 15 1 41 457 14 77
Binary 10101100 10010110 10101011 0 1101 1 100001 100101111 1100 111111

Color Harmonies of #AC96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96AB

Black with #AC96AB

Text Example


Text Example

White with #AC96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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