#AAABA1

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

Shades of Bombay #AAABA1

Tints of Bombay #AAABA1

Color information

#AAABA1 (or 0xAAABA1) is unknown color: approx Bombay. HEX triplet: AA, AB and A1. RGB value is (170,171,161). Sum of RGB (Red+Green+Blue) = 170+171+161=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA1 is #55545E. Grayscale: #A9A9A9. Windows color (decimal): -5592159 or 10595242. OLE color: 10595242.

HSL color Cylindrical-coordinate representation of color #AAABA1: hue angle of 66º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAABA1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170171161-
CMYK0.0100.060.33
HSL66º5.62%65.1%-
HSV(B)66º5.85%67.06%-
XYZ37.5740.2539.51-
YUV169.56123.17128.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=33.86%
G=34.06%
B=32.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711610.0100.060.33665.6265.1
HexAAABA11062142641
Octal252253241106411026101
Binary1010101010101011101000011011010000110000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABA1; }

 p { color: rgb(170,171,161); }

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

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

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

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

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

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

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