#AAC2BD

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

Shades of Opal #AAC2BD

Tints of Opal #AAC2BD

Color information

#AAC2BD (or 0xAAC2BD) is unknown color: approx Opal. HEX triplet: AA, C2 and BD. RGB value is (170,194,189). Sum of RGB (Red+Green+Blue) = 170+194+189=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2BD is #553D42. Grayscale: #BABABA. Windows color (decimal): -5586243 or 12436138. OLE color: 12436138.

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

Color convert

RGB170194189-
CMYK0.1200.030.24
HSL167.5º16.44%71.37%-
HSV(B)167.5º12.37%76.08%-
XYZ45.0550.855.58-
YUV186.25129.55116.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=30.74%
G=35.08%
B=34.18%

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
Decimal1701941890.1200.030.24167.516.4471.37
HexAAC2BDC0318a71047
Octal25230227514033024720107
Binary10101010110000101011110111000111100010100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2BD; }

 p { color: rgb(170,194,189); }

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

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

 a { background-color: rgb(170,194,189); }

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

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

 span { border-color: rgb(170,194,189); }

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