#AABBB9

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

Shades of Opal #AABBB9

Tints of Opal #AABBB9

Color information

#AABBB9 (or 0xAABBB9) is unknown color: approx Opal. HEX triplet: AA, BB and B9. RGB value is (170,187,185). Sum of RGB (Red+Green+Blue) = 170+187+185=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB9 is #554446. Grayscale: #B5B5B5. Windows color (decimal): -5588039 or 12172202. OLE color: 12172202.

HSL color Cylindrical-coordinate representation of color #AABBB9: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBB9 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB170187185-
CMYK0.0900.010.27
HSL172.94º11.11%70%-
HSV(B)172.94º9.09%73.33%-
XYZ43.147.5952.81-
YUV181.69129.87119.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=31.37%
G=34.50%
B=34.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871850.0900.010.27172.9411.1170
HexAABBB99011Badb46
Octal25227327111013325513106
Binary101010101011101110111001100101110111010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB9; }

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

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

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

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

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

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

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

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