Html Css Color HEX #AC94AC London Hue

📋 copy color: '#AC94AC'

red 172 ◦ green 148 ◦ blue 172

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

Shades of London Hue #AC94AC

Tints of London Hue #AC94AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 34.96%
G = 30.08%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC94AC (or 0xAC94AC) is known color: London Hue. HEX triplet: AC, 94 and AC. RGB value is (172,148,172). Sum of RGB (Red+Green+Blue) = 172+148+172=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94AC is #536B53. Grayscale: #9D9D9D. Windows color (decimal): -5466964 or 11310252. OLE color: 11310252.

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

Color convert

RGB 172 148 172 -
CMYK 0 0.14 0 0.33
HSL 300º 0.13% 0.63% -
HSV(B) 300º 0.14% 0.67% -
XYZ 35.05 32.93 43.54 -
YUV 157.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 172 148 172 0 0.14 0 0.33 300 0.13 0.63
Hex AC 94 AC 0 E 0 21 12C D 3F
Octal 254 224 254 0 16 0 41 454 15 77
Binary 10101100 10010100 10101100 0 1110 0 100001 100101100 1101 111111

Color Harmonies of #AC94AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94AC

Black with #AC94AC

Text Example


Text Example

White with #AC94AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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