#AAABA0

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

Shades of Bombay #AAABA0

Tints of Bombay #AAABA0

Color information

#AAABA0 (or 0xAAABA0) is unknown color: approx Bombay. HEX triplet: AA, AB and A0. RGB value is (170,171,160). Sum of RGB (Red+Green+Blue) = 170+171+160=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA0 is #55545F. Grayscale: #A9A9A9. Windows color (decimal): -5592160 or 10529706. OLE color: 10529706.

HSL color Cylindrical-coordinate representation of color #AAABA0: hue angle of 65.45º 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 #AAABA0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170171160-
CMYK0.0100.060.33
HSL65.45º6.15%64.9%-
HSV(B)65.45º6.43%67.06%-
XYZ37.4940.2139.04-
YUV169.45122.67128.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=33.93%
G=34.13%
B=31.94%

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
Decimal1701711600.0100.060.3365.456.1564.9
HexAAABA01062141641
Octal252253240106411016101
Binary1010101010101011101000001011010000110000011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABA0; }

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

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

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

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

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

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

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

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