#ADAEA0

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

Shades of Bombay #ADAEA0

Tints of Bombay #ADAEA0

Color information

#ADAEA0 (or 0xADAEA0) is unknown color: approx Bombay. HEX triplet: AD, AE and A0. RGB value is (173,174,160). Sum of RGB (Red+Green+Blue) = 173+174+160=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA0 is #52515F. Grayscale: #ACACAC. Windows color (decimal): -5394784 or 10530477. OLE color: 10530477.

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

Color convert

RGB173174160-
CMYK0.0100.080.32
HSL64.29º7.95%65.49%-
HSV(B)64.29º8.05%68.24%-
XYZ38.7141.6939.27-
YUV172.1121.17128.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=34.12%
G=34.32%
B=31.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741600.0100.080.3264.297.9565.49
HexADAEA01082040841
Octal25525624010104010010101
Binary101011011010111010100000101000100000100000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA0; }

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

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

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

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

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

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

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

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