#AABFB8

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

Shades of Opal #AABFB8

Tints of Opal #AABFB8

Color information

#AABFB8 (or 0xAABFB8) is unknown color: approx Opal. HEX triplet: AA, BF and B8. RGB value is (170,191,184). Sum of RGB (Red+Green+Blue) = 170+191+184=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB8 is #554047. Grayscale: #B7B7B7. Windows color (decimal): -5587016 or 12107690. OLE color: 12107690.

HSL color Cylindrical-coordinate representation of color #AABFB8: hue angle of 160º 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 #AABFB8 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB170191184-
CMYK0.1100.040.25
HSL160º14.09%70.78%-
HSV(B)160º10.99%74.9%-
XYZ43.8649.2752.55-
YUV183.92128.04118.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=31.19%
G=35.05%
B=33.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911840.1100.040.2516014.0970.78
HexAABFB8B0419a0e47
Octal25227727013043124016107
Binary10101010101111111011100010110100110011010000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB8; }

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

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

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

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

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

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

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

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