#AABAB6

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

Shades of Opal #AABAB6

Tints of Opal #AABAB6

Color information

#AABAB6 (or 0xAABAB6) is unknown color: approx Opal. HEX triplet: AA, BA and B6. RGB value is (170,186,182). Sum of RGB (Red+Green+Blue) = 170+186+182=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB6 is #554549. Grayscale: #B4B4B4. Windows color (decimal): -5588298 or 11975338. OLE color: 11975338.

HSL color Cylindrical-coordinate representation of color #AABAB6: hue angle of 165º degrees, saturation: 0.1, 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 #AABAB6 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB170186182-
CMYK0.0900.020.27
HSL165º10.39%69.8%-
HSV(B)165º8.6%72.94%-
XYZ42.5847.0451.09-
YUV180.76128.7120.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=31.60%
G=34.57%
B=33.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861820.0900.020.2716510.3969.8
HexAABAB69021Ba5a46
Octal25227226611023324512106
Binary1010101010111010101101101001010110111010010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAB6; }

 p { color: rgb(170,186,182); }

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

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

 a { background-color: rgb(170,186,182); }

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

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

 span { border-color: rgb(170,186,182); }

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