#ADAEA6

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

Shades of Bombay #ADAEA6

Tints of Bombay #ADAEA6

Color information

#ADAEA6 (or 0xADAEA6) is unknown color: approx Bombay. HEX triplet: AD, AE and A6. RGB value is (173,174,166). Sum of RGB (Red+Green+Blue) = 173+174+166=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA6 is #525159. Grayscale: #ACACAC. Windows color (decimal): -5394778 or 10923693. OLE color: 10923693.

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

Color convert

RGB173174166-
CMYK0.0100.050.32
HSL67.5º4.71%66.67%-
HSV(B)67.5º4.6%68.24%-
XYZ39.2541.9142.1-
YUV172.79124.17128.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=33.72%
G=33.92%
B=32.36%

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
Decimal1731741660.0100.050.3267.54.7166.67
HexADAEA61052043543
Octal255256246105401035103
Binary1010110110101110101001101010110000010000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA6; }

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

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

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

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

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

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

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

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