#AAC0B9

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

Shades of Opal #AAC0B9

Tints of Opal #AAC0B9

Color information

#AAC0B9 (or 0xAAC0B9) is unknown color: approx Opal. HEX triplet: AA, C0 and B9. RGB value is (170,192,185). Sum of RGB (Red+Green+Blue) = 170+192+185=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0B9 is #553F46. Grayscale: #B8B8B8. Windows color (decimal): -5586759 or 12173482. OLE color: 12173482.

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

Color convert

RGB170192185-
CMYK0.1100.040.25
HSL160.91º14.86%70.98%-
HSV(B)160.91º11.46%75.29%-
XYZ44.1849.7553.17-
YUV184.62128.21117.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=31.08%
G=35.10%
B=33.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921850.1100.040.25160.9114.8670.98
HexAAC0B9B0419a1f47
Octal25230027113043124117107
Binary10101010110000001011100110110100110011010000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0B9; }

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

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

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

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

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

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

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

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