#ADAEA8

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

Shades of Bombay #ADAEA8

Tints of Bombay #ADAEA8

Color information

#ADAEA8 (or 0xADAEA8) is unknown color: approx Bombay. HEX triplet: AD, AE and A8. RGB value is (173,174,168). Sum of RGB (Red+Green+Blue) = 173+174+168=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA8 is #525157. Grayscale: #ADADAD. Windows color (decimal): -5394776 or 11054765. OLE color: 11054765.

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

Color convert

RGB173174168-
CMYK0.0100.030.32
HSL70º3.57%67.06%-
HSV(B)70º3.45%68.24%-
XYZ39.4441.9843.07-
YUV173.02125.17127.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=33.59%
G=33.79%
B=32.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741680.0100.030.32703.5767.06
HexADAEA81032046443
Octal255256250103401064103
Binary101011011010111010101000101110000010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEA8; }

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

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

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

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

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

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

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

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