#AAC0BA

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

Shades of Opal #AAC0BA

Tints of Opal #AAC0BA

Color information

#AAC0BA (or 0xAAC0BA) is unknown color: approx Opal. HEX triplet: AA, C0 and BA. RGB value is (170,192,186). Sum of RGB (Red+Green+Blue) = 170+192+186=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BA is #553F45. Grayscale: #B8B8B8. Windows color (decimal): -5586758 or 12239018. OLE color: 12239018.

HSL color Cylindrical-coordinate representation of color #AAC0BA: hue angle of 163.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0BA is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB170192186-
CMYK0.1100.030.25
HSL163.64º14.86%70.98%-
HSV(B)163.64º11.46%75.29%-
XYZ44.2949.7953.73-
YUV184.74128.71117.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=31.02%
G=35.04%
B=33.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921860.1100.030.25163.6414.8670.98
HexAAC0BAB0319a4f47
Octal25230027213033124417107
Binary1010101011000000101110101011011110011010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0BA; }

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

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

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

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

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

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

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

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