Html Css Color HEX #AC96BA East Side

📋 copy color: '#AC96BA'

red 172 ◦ green 150 ◦ blue 186

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

Shades of East Side #AC96BA

Tints of East Side #AC96BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 33.86%
G = 29.53%
B = 36.61%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC96BA (or 0xAC96BA) is known color: East Side. HEX triplet: AC, 96 and BA. RGB value is (172,150,186). Sum of RGB (Red+Green+Blue) = 172+150+186=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BA is #536945. Grayscale: #A0A0A0. Windows color (decimal): -5466438 or 12228268. OLE color: 12228268.

HSL color Cylindrical-coordinate representation of color #AC96BA: hue angle of 276.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC96BA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 150 186 -
CMYK 0.08 0.19 0 0.27
HSL 276.67º 0.21% 0.66% -
HSV(B) 276.67º 0.19% 0.73% -
XYZ 36.78 34.13 51.1 -
YUV 160.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 172 150 186 0.08 0.19 0 0.27 276.67 0.21 0.66
Hex AC 96 BA 8 13 0 1B 115 15 42
Octal 254 226 272 10 23 0 33 425 25 102
Binary 10101100 10010110 10111010 1000 10011 0 11011 100010101 10101 1000010

Color Harmonies of #AC96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96BA

Black with #AC96BA

Text Example


Text Example

White with #AC96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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