#AAAAA3

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

Shades of Bombay #AAAAA3

Tints of Bombay #AAAAA3

Color information

#AAAAA3 (or 0xAAAAA3) is unknown color: approx Bombay. HEX triplet: AA, AA and A3. RGB value is (170,170,163). Sum of RGB (Red+Green+Blue) = 170+170+163=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAA3 is #55555C. Grayscale: #A9A9A9. Windows color (decimal): -5592413 or 10726058. OLE color: 10726058.

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

Color convert

RGB170170163-
CMYK000.040.33
HSL60º3.95%65.29%-
HSV(B)60º4.12%66.67%-
XYZ37.5639.9440.38-
YUV169.2124.5128.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=33.80%
G=33.80%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170163000.040.33603.9565.29
HexAAAAA3004213c441
Octal25225224300441744101
Binary101010101010101010100011001001000011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAA3; }

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

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

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

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

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

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

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

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