#AAAAA5

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

Shades of Bombay #AAAAA5

Tints of Bombay #AAAAA5

Color information

#AAAAA5 (or 0xAAAAA5) is unknown color: approx Bombay. HEX triplet: AA, AA and A5. RGB value is (170,170,165). Sum of RGB (Red+Green+Blue) = 170+170+165=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAA5 is #55555A. Grayscale: #A9A9A9. Windows color (decimal): -5592411 or 10857130. OLE color: 10857130.

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

Color convert

RGB170170165-
CMYK000.030.33
HSL60º2.86%65.69%-
HSV(B)60º2.94%66.67%-
XYZ37.7440.0141.33-
YUV169.43125.5128.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=33.66%
G=33.66%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170165000.030.33602.8665.69
HexAAAAA5003213c342
Octal25225224500341743102
Binary1010101010101010101001010011100001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAA5; }

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

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

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

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

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

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

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

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