#AAC1BC

Color #AAC1BC Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #AAC1BC

Tints of Opal #AAC1BC

Color information

#AAC1BC (or 0xAAC1BC) is unknown color: approx Opal. HEX triplet: AA, C1 and BC. RGB value is (170,193,188). Sum of RGB (Red+Green+Blue) = 170+193+188=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BC is #553E43. Grayscale: #B9B9B9. Windows color (decimal): -5586500 or 12370346. OLE color: 12370346.

HSL color Cylindrical-coordinate representation of color #AAC1BC: hue angle of 166.96º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC1BC is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB170193188-
CMYK0.1200.030.24
HSL166.96º15.65%71.18%-
HSV(B)166.96º11.92%75.69%-
XYZ44.7250.3254.93-
YUV185.55129.38116.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=30.85%
G=35.03%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931880.1200.030.24166.9615.6571.18
HexAAC1BCC0318a71047
Octal25230127414033024720107
Binary10101010110000011011110011000111100010100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1BC; }

 p { color: rgb(170,193,188); }

 H1.HeaderClassName
 {
   color: #AAC1BC;
 }
 .AnyTagClassName
 {
   color: #AAC1BC;
 }
</style>
background-color css

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

 a { background-color: rgb(170,193,188); }

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

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

 span { border-color: rgb(170,193,188); }

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