#AABAB8

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

Shades of Opal #AABAB8

Tints of Opal #AABAB8

Color information

#AABAB8 (or 0xAABAB8) is unknown color: approx Opal. HEX triplet: AA, BA and B8. RGB value is (170,186,184). Sum of RGB (Red+Green+Blue) = 170+186+184=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB8 is #554547. Grayscale: #B4B4B4. Windows color (decimal): -5588296 or 12106410. OLE color: 12106410.

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

Color convert

RGB170186184-
CMYK0.0900.010.27
HSL172.5º10.39%69.8%-
HSV(B)172.5º8.6%72.94%-
XYZ42.7947.1252.19-
YUV180.99129.7120.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 184 (72.27% from 255) = 34.07%
R=31.48%
G=34.44%
B=34.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861840.0900.010.27172.510.3969.8
HexAABAB89011Baca46
Octal25227227011013325412106
Binary101010101011101010111000100101110111010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAB8; }

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

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

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

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

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

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

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

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