#AABFB9

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

Shades of Opal #AABFB9

Tints of Opal #AABFB9

Color information

#AABFB9 (or 0xAABFB9) is unknown color: approx Opal. HEX triplet: AA, BF and B9. RGB value is (170,191,185). Sum of RGB (Red+Green+Blue) = 170+191+185=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB9 is #554046. Grayscale: #B8B8B8. Windows color (decimal): -5587015 or 12173226. OLE color: 12173226.

HSL color Cylindrical-coordinate representation of color #AABFB9: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB9 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB170191185-
CMYK0.1100.030.25
HSL162.86º14.09%70.78%-
HSV(B)162.86º10.99%74.9%-
XYZ43.9749.3153.1-
YUV184.04128.54117.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=31.14%
G=34.98%
B=33.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911850.1100.030.25162.8614.0970.78
HexAABFB9B0319a3e47
Octal25227727113033124316107
Binary1010101010111111101110011011011110011010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB9; }

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

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

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

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

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

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

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

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