Html Css Color HEX #AC99BE East Side

📋 copy color: '#AC99BE'

red 172 ◦ green 153 ◦ blue 190

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

Shades of East Side #AC99BE

Tints of East Side #AC99BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 33.4%
G = 29.71%
B = 36.89%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC99BE (or 0xAC99BE) is known color: East Side. HEX triplet: AC, 99 and BE. RGB value is (172,153,190). Sum of RGB (Red+Green+Blue) = 172+153+190=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99BE is #536641. Grayscale: #A2A2A2. Windows color (decimal): -5465666 or 12491180. OLE color: 12491180.

HSL color Cylindrical-coordinate representation of color #AC99BE: hue angle of 270.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC99BE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 153 190 -
CMYK 0.09 0.19 0 0.25
HSL 270.81º 0.22% 0.67% -
HSV(B) 270.81º 0.19% 0.75% -
XYZ 37.7 35.27 53.54 -
YUV 162.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 172 153 190 0.09 0.19 0 0.25 270.81 0.22 0.67
Hex AC 99 BE 9 13 0 19 10F 16 43
Octal 254 231 276 11 23 0 31 417 26 103
Binary 10101100 10011001 10111110 1001 10011 0 11001 100001111 10110 1000011

Color Harmonies of #AC99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99BE

Black with #AC99BE

Text Example


Text Example

White with #AC99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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