#AAC0BB

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

Shades of Opal #AAC0BB

Tints of Opal #AAC0BB

Color information

#AAC0BB (or 0xAAC0BB) is unknown color: approx Opal. HEX triplet: AA, C0 and BB. RGB value is (170,192,187). Sum of RGB (Red+Green+Blue) = 170+192+187=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BB is #553F44. Grayscale: #B8B8B8. Windows color (decimal): -5586757 or 12304554. OLE color: 12304554.

HSL color Cylindrical-coordinate representation of color #AAC0BB: hue angle of 166.36º 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 #AAC0BB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB170192187-
CMYK0.1100.030.25
HSL166.36º14.86%70.98%-
HSV(B)166.36º11.46%75.29%-
XYZ44.449.8354.29-
YUV184.85129.21117.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=30.97%
G=34.97%
B=34.06%

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
Decimal1701921870.1100.030.25166.3614.8670.98
HexAAC0BBB0319a6f47
Octal25230027313033124617107
Binary1010101011000000101110111011011110011010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0BB; }

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

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

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

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

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

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

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

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