#AABBB8

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

Shades of Opal #AABBB8

Tints of Opal #AABBB8

Color information

#AABBB8 (or 0xAABBB8) is unknown color: approx Opal. HEX triplet: AA, BB and B8. RGB value is (170,187,184). Sum of RGB (Red+Green+Blue) = 170+187+184=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB8 is #554447. Grayscale: #B5B5B5. Windows color (decimal): -5588040 or 12106666. OLE color: 12106666.

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

Color convert

RGB170187184-
CMYK0.0900.020.27
HSL169.41º11.11%70%-
HSV(B)169.41º9.09%73.33%-
XYZ4347.5552.26-
YUV181.58129.37119.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=31.42%
G=34.57%
B=34.01%

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
Decimal1701871840.0900.020.27169.4111.1170
HexAABBB89021Ba9b46
Octal25227327011023325113106
Binary1010101010111011101110001001010110111010100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB8; }

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

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

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

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

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

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

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

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