Html Css Color HEX #AC95AC London Hue

📋 copy color: '#AC95AC'

red 172 ◦ green 149 ◦ blue 172

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

Shades of London Hue #AC95AC

Tints of London Hue #AC95AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

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

R = 34.89%
G = 30.22%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC95AC (or 0xAC95AC) is known color: London Hue. HEX triplet: AC, 95 and AC. RGB value is (172,149,172). Sum of RGB (Red+Green+Blue) = 172+149+172=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95AC is #536A53. Grayscale: #9E9E9E. Windows color (decimal): -5466708 or 11310508. OLE color: 11310508.

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

Color convert

RGB 172 149 172 -
CMYK 0 0.13 0 0.33
HSL 300º 0.12% 0.63% -
HSV(B) 300º 0.13% 0.67% -
XYZ 35.21 33.24 43.59 -
YUV 158.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 172 149 172 0 0.13 0 0.33 300 0.12 0.63
Hex AC 95 AC 0 D 0 21 12C C 3F
Octal 254 225 254 0 15 0 41 454 14 77
Binary 10101100 10010101 10101100 0 1101 0 100001 100101100 1100 111111

Color Harmonies of #AC95AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95AC

Black with #AC95AC

Text Example


Text Example

White with #AC95AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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