Html Css Color HEX #ADAE9E Bombay

📋 copy color: '#ADAE9E'

red 173 ◦ green 174 ◦ blue 158

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

Shades of Bombay #ADAE9E

Tints of Bombay #ADAE9E

RGB

 RED value IS 173 (67.97% from 255) = 34.26%

 GREEN value IS 174 (68.36% from 255) = 34.46%

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 34.26%
G = 34.46%
B = 31.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADAE9E (or 0xADAE9E) is known color: Bombay. HEX triplet: AD, AE and 9E. RGB value is (173,174,158). Sum of RGB (Red+Green+Blue) = 173+174+158=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE9E is #525161. Grayscale: #ABABAB. Windows color (decimal): -5394786 or 10399405. OLE color: 10399405.

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

Color convert

RGB 173 174 158 -
CMYK 0.01 0 0.09 0.32
HSL 63.75º 0.09% 0.65% -
HSV(B) 63.75º 0.09% 0.68% -
XYZ 38.54 41.62 38.35 -
YUV 171.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 173 174 158 0.01 0 0.09 0.32 63.75 0.09 0.65
Hex AD AE 9E 1 0 9 20 40 9 41
Octal 255 256 236 1 0 11 40 100 11 101
Binary 10101101 10101110 10011110 1 0 1001 100000 1000000 1001 1000001

Color Harmonies of #ADAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE9E

Black with #ADAE9E

Text Example


Text Example

White with #ADAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE9E; }

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

 H1.HeaderClassName
 {
   color: #ADAE9E;
 }
 .AnyTagClassName
 {
   color: #ADAE9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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