#AAB0AA

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

Shades of Rainee #AAB0AA

Tints of Rainee #AAB0AA

Color information

#AAB0AA (or 0xAAB0AA) is unknown color: approx Rainee. HEX triplet: AA, B0 and AA. RGB value is (170,176,170). Sum of RGB (Red+Green+Blue) = 170+176+170=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AA is #554F55. Grayscale: #ADADAD. Windows color (decimal): -5590870 or 11186346. OLE color: 11186346.

HSL color Cylindrical-coordinate representation of color #AAB0AA: hue angle of 120º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAB0AA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB170176170-
CMYK0.0300.030.31
HSL120º3.66%67.84%-
HSV(B)120º3.41%69.02%-
XYZ39.3642.544.16-
YUV173.52126.01125.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=32.95%
G=34.11%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761700.0300.030.311203.6667.84
HexAAB0AA3031F78444
Octal252260252303371704104
Binary101010101011000010101010110111111111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0AA; }

 p { color: rgb(170,176,170); }

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

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

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

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

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

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

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