Html Css Color HEX #ADAEA8 Bombay

📋 copy color: '#ADAEA8'

red 173 ◦ green 174 ◦ blue 168

#ADAEA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bombay #ADAEA8

Tints of Bombay #ADAEA8

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 value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#ADAEA8 (or 0xADAEA8) is known color: 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

RGB 173 174 168 -
CMYK 0.01 0 0.03 0.32
HSL 70º 0.04% 0.67% -
HSV(B) 70º 0.03% 0.68% -
XYZ 39.44 41.98 43.07 -
YUV 173.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 173 174 168 0.01 0 0.03 0.32 70 0.04 0.67
Hex AD AE A8 1 0 3 20 46 4 43
Octal 255 256 250 1 0 3 40 106 4 103
Binary 10101101 10101110 10101000 1 0 11 100000 1000110 100 1000011

Color Harmonies of #ADAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEA8

Black with #ADAEA8

Text Example


Text Example

White with #ADAEA8

Text Example


Text Example

HTML Codes & Css Web 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>