Html Css Color HEX #AC99BB East Side

📋 copy color: '#AC99BB'

red 172 ◦ green 153 ◦ blue 187

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

Shades of East Side #AC99BB

Tints of East Side #AC99BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

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

R = 33.59%
G = 29.88%
B = 36.52%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC99BB (or 0xAC99BB) is known color: East Side. HEX triplet: AC, 99 and BB. RGB value is (172,153,187). Sum of RGB (Red+Green+Blue) = 172+153+187=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99BB is #536644. Grayscale: #A2A2A2. Windows color (decimal): -5465669 or 12294572. OLE color: 12294572.

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

Color convert

RGB 172 153 187 -
CMYK 0.08 0.18 0 0.27
HSL 273.53º 0.2% 0.67% -
HSV(B) 273.53º 0.18% 0.73% -
XYZ 37.37 35.14 51.83 -
YUV 162.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 172 153 187 0.08 0.18 0 0.27 273.53 0.2 0.67
Hex AC 99 BB 8 12 0 1B 112 14 43
Octal 254 231 273 10 22 0 33 422 24 103
Binary 10101100 10011001 10111011 1000 10010 0 11011 100010010 10100 1000011

Color Harmonies of #AC99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99BB

Black with #AC99BB

Text Example


Text Example

White with #AC99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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