Html Css Color HEX #AC96AA London Hue

📋 copy color: '#AC96AA'

red 172 ◦ green 150 ◦ blue 170

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

Shades of London Hue #AC96AA

Tints of London Hue #AC96AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 34.96%
G = 30.49%
B = 34.55%

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

#AC96AA (or 0xAC96AA) is known color: London Hue. HEX triplet: AC, 96 and AA. RGB value is (172,150,170). Sum of RGB (Red+Green+Blue) = 172+150+170=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AA is #536955. Grayscale: #9E9E9E. Windows color (decimal): -5466454 or 11179692. OLE color: 11179692.

HSL color Cylindrical-coordinate representation of color #AC96AA: hue angle of 305.45º 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 #AC96AA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 170 -
CMYK 0 0.13 0.01 0.33
HSL 305.45º 0.12% 0.63% -
HSV(B) 305.45º 0.13% 0.67% -
XYZ 35.18 33.49 42.64 -
YUV 158.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 172 150 170 0 0.13 0.01 0.33 305.45 0.12 0.63
Hex AC 96 AA 0 D 1 21 131 C 3F
Octal 254 226 252 0 15 1 41 461 14 77
Binary 10101100 10010110 10101010 0 1101 1 100001 100110001 1100 111111

Color Harmonies of #AC96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96AA

Black with #AC96AA

Text Example


Text Example

White with #AC96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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