#AAB9B7

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

Shades of Opal #AAB9B7

Tints of Opal #AAB9B7

Color information

#AAB9B7 (or 0xAAB9B7) is unknown color: approx Opal. HEX triplet: AA, B9 and B7. RGB value is (170,185,183). Sum of RGB (Red+Green+Blue) = 170+185+183=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9B7 is #554648. Grayscale: #B4B4B4. Windows color (decimal): -5588553 or 12040618. OLE color: 12040618.

HSL color Cylindrical-coordinate representation of color #AAB9B7: hue angle of 172º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B7 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB170185183-
CMYK0.0800.010.27
HSL172º9.68%69.61%-
HSV(B)172º8.11%72.55%-
XYZ42.4746.6651.57-
YUV180.29129.53120.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=31.60%
G=34.39%
B=34.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851830.0800.010.271729.6869.61
HexAAB9B78011Baca46
Octal25227126710013325412106
Binary101010101011100110110111100001110111010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9B7; }

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

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

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

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

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

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

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

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