#AABBB7

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

Shades of Opal #AABBB7

Tints of Opal #AABBB7

Color information

#AABBB7 (or 0xAABBB7) is unknown color: approx Opal. HEX triplet: AA, BB and B7. RGB value is (170,187,183). Sum of RGB (Red+Green+Blue) = 170+187+183=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB7 is #554448. Grayscale: #B5B5B5. Windows color (decimal): -5588041 or 12041130. OLE color: 12041130.

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

Color convert

RGB170187183-
CMYK0.0900.020.27
HSL165.88º11.11%70%-
HSV(B)165.88º9.09%73.33%-
XYZ42.947.5151.71-
YUV181.46128.87119.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 183 (71.88% from 255) = 33.89%
R=31.48%
G=34.63%
B=33.89%

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
Decimal1701871830.0900.020.27165.8811.1170
HexAABBB79021Ba6b46
Octal25227326711023324613106
Binary1010101010111011101101111001010110111010011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB7; }

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

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

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

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

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

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

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

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