#AAC1B8

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

Shades of Opal #AAC1B8

Tints of Opal #AAC1B8

Color information

#AAC1B8 (or 0xAAC1B8) is unknown color: approx Opal. HEX triplet: AA, C1 and B8. RGB value is (170,193,184). Sum of RGB (Red+Green+Blue) = 170+193+184=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1B8 is #553E47. Grayscale: #B9B9B9. Windows color (decimal): -5586504 or 12108202. OLE color: 12108202.

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

Color convert

RGB170193184-
CMYK0.1200.050.24
HSL156.52º15.65%71.18%-
HSV(B)156.52º11.92%75.69%-
XYZ44.350.1552.69-
YUV185.1127.38117.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=31.08%
G=35.28%
B=33.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931840.1200.050.24156.5215.6571.18
HexAAC1B8C05189d1047
Octal25230127014053023520107
Binary101010101100000110111000110001011100010011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1B8; }

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

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

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

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

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

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

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

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