#ADAEA5

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

Shades of Bombay #ADAEA5

Tints of Bombay #ADAEA5

Color information

#ADAEA5 (or 0xADAEA5) is unknown color: approx Bombay. HEX triplet: AD, AE and A5. RGB value is (173,174,165). Sum of RGB (Red+Green+Blue) = 173+174+165=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA5 is #52515A. Grayscale: #ACACAC. Windows color (decimal): -5394779 or 10858157. OLE color: 10858157.

HSL color Cylindrical-coordinate representation of color #ADAEA5: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADAEA5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB173174165-
CMYK0.0100.050.32
HSL66.67º5.26%66.47%-
HSV(B)66.67º5.17%68.24%-
XYZ39.1641.8741.62-
YUV172.68123.67128.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=33.79%
G=33.98%
B=32.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741650.0100.050.3266.675.2666.47
HexADAEA51052043542
Octal255256245105401035102
Binary1010110110101110101001011010110000010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA5; }

 p { color: rgb(173,174,165); }

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

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

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

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

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

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

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