#ADAEA3

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

Shades of Bombay #ADAEA3

Tints of Bombay #ADAEA3

Color information

#ADAEA3 (or 0xADAEA3) is unknown color: approx Bombay. HEX triplet: AD, AE and A3. RGB value is (173,174,163). Sum of RGB (Red+Green+Blue) = 173+174+163=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA3 is #52515C. Grayscale: #ACACAC. Windows color (decimal): -5394781 or 10727085. OLE color: 10727085.

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

Color convert

RGB173174163-
CMYK0.0100.060.32
HSL65.45º6.36%66.08%-
HSV(B)65.45º6.32%68.24%-
XYZ38.9841.840.66-
YUV172.45122.67128.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=33.92%
G=34.12%
B=31.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741630.0100.060.3265.456.3666.08
HexADAEA31062041642
Octal255256243106401016102
Binary1010110110101110101000111011010000010000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA3; }

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

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

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

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

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

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

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

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