#AAC1BA

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

Shades of Opal #AAC1BA

Tints of Opal #AAC1BA

Color information

#AAC1BA (or 0xAAC1BA) is unknown color: approx Opal. HEX triplet: AA, C1 and BA. RGB value is (170,193,186). Sum of RGB (Red+Green+Blue) = 170+193+186=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BA is #553E45. Grayscale: #B9B9B9. Windows color (decimal): -5586502 or 12239274. OLE color: 12239274.

HSL color Cylindrical-coordinate representation of color #AAC1BA: hue angle of 161.74º 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 #AAC1BA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB170193186-
CMYK0.1200.040.24
HSL161.74º15.65%71.18%-
HSV(B)161.74º11.92%75.69%-
XYZ44.5150.2353.8-
YUV185.32128.38117.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=30.97%
G=35.15%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931860.1200.040.24161.7415.6571.18
HexAAC1BAC0418a21047
Octal25230127214043024220107
Binary101010101100000110111010110001001100010100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1BA; }

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

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

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

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

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

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

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

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