Html Css Color HEX #AC96A6 London Hue

📋 copy color: '#AC96A6'

red 172 ◦ green 150 ◦ blue 166

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

Shades of London Hue #AC96A6

Tints of London Hue #AC96A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.02%

R = 35.25%
G = 30.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC96A6 (or 0xAC96A6) is known color: London Hue. HEX triplet: AC, 96 and A6. RGB value is (172,150,166). Sum of RGB (Red+Green+Blue) = 172+150+166=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96A6 is #536959. Grayscale: #9E9E9E. Windows color (decimal): -5466458 or 10917548. OLE color: 10917548.

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

Color convert

RGB 172 150 166 -
CMYK 0 0.13 0.03 0.33
HSL 316.36º 0.12% 0.63% -
HSV(B) 316.36º 0.13% 0.67% -
XYZ 34.8 33.34 40.68 -
YUV 158.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 172 150 166 0 0.13 0.03 0.33 316.36 0.12 0.63
Hex AC 96 A6 0 D 3 21 13C C 3F
Octal 254 226 246 0 15 3 41 474 14 77
Binary 10101100 10010110 10100110 0 1101 11 100001 100111100 1100 111111

Color Harmonies of #AC96A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96A6

Black with #AC96A6

Text Example


Text Example

White with #AC96A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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