#AABBB6

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

Shades of Opal #AABBB6

Tints of Opal #AABBB6

Color information

#AABBB6 (or 0xAABBB6) is unknown color: approx Opal. HEX triplet: AA, BB and B6. RGB value is (170,187,182). Sum of RGB (Red+Green+Blue) = 170+187+182=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB6 is #554449. Grayscale: #B5B5B5. Windows color (decimal): -5588042 or 11975594. OLE color: 11975594.

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

Color convert

RGB170187182-
CMYK0.0900.030.27
HSL162.35º11.11%70%-
HSV(B)162.35º9.09%73.33%-
XYZ42.7947.4651.16-
YUV181.35128.37119.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=31.54%
G=34.69%
B=33.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871820.0900.030.27162.3511.1170
HexAABBB69031Ba2b46
Octal25227326611033324213106
Binary1010101010111011101101101001011110111010001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB6; }

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

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

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

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

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

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

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

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