Html Css Color HEX #AC96BB East Side

📋 copy color: '#AC96BB'

red 172 ◦ green 150 ◦ blue 187

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

Shades of East Side #AC96BB

Tints of East Side #AC96BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 33.79%
G = 29.47%
B = 36.74%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC96BB (or 0xAC96BB) is known color: East Side. HEX triplet: AC, 96 and BB. RGB value is (172,150,187). Sum of RGB (Red+Green+Blue) = 172+150+187=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BB is #536944. Grayscale: #A0A0A0. Windows color (decimal): -5466437 or 12293804. OLE color: 12293804.

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

Color convert

RGB 172 150 187 -
CMYK 0.08 0.20 0 0.27
HSL 275.68º 0.21% 0.66% -
HSV(B) 275.68º 0.2% 0.73% -
XYZ 36.89 34.17 51.67 -
YUV 160.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 172 150 187 0.08 0.20 0 0.27 275.68 0.21 0.66
Hex AC 96 BB 8 14 0 1B 114 15 42
Octal 254 226 273 10 24 0 33 424 25 102
Binary 10101100 10010110 10111011 1000 10100 0 11011 100010100 10101 1000010

Color Harmonies of #AC96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96BB

Black with #AC96BB

Text Example


Text Example

White with #AC96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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