#ADAEA1

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

Shades of Bombay #ADAEA1

Tints of Bombay #ADAEA1

Color information

#ADAEA1 (or 0xADAEA1) is unknown color: approx Bombay. HEX triplet: AD, AE and A1. RGB value is (173,174,161). Sum of RGB (Red+Green+Blue) = 173+174+161=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA1 is #52515E. Grayscale: #ACACAC. Windows color (decimal): -5394783 or 10596013. OLE color: 10596013.

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

Color convert

RGB173174161-
CMYK0.0100.070.32
HSL64.62º7.43%65.69%-
HSV(B)64.62º7.47%68.24%-
XYZ38.841.7339.73-
YUV172.22121.67128.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=34.06%
G=34.25%
B=31.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741610.0100.070.3264.627.4365.69
HexADAEA11072041742
Octal255256241107401017102
Binary1010110110101110101000011011110000010000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA1; }

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

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

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

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

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

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

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

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