Html Css Color HEX #ADAEA6 Bombay

📋 copy color: '#ADAEA6'

red 173 ◦ green 174 ◦ blue 166

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

Shades of Bombay #ADAEA6

Tints of Bombay #ADAEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 33.72%
G = 33.92%
B = 32.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADAEA6 (or 0xADAEA6) is known color: Bombay. HEX triplet: AD, AE and A6. RGB value is (173,174,166). Sum of RGB (Red+Green+Blue) = 173+174+166=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA6 is #525159. Grayscale: #ACACAC. Windows color (decimal): -5394778 or 10923693. OLE color: 10923693.

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

Color convert

RGB 173 174 166 -
CMYK 0.01 0 0.05 0.32
HSL 67.5º 0.05% 0.67% -
HSV(B) 67.5º 0.05% 0.68% -
XYZ 39.25 41.91 42.1 -
YUV 172.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 173 174 166 0.01 0 0.05 0.32 67.5 0.05 0.67
Hex AD AE A6 1 0 5 20 44 5 43
Octal 255 256 246 1 0 5 40 104 5 103
Binary 10101101 10101110 10100110 1 0 101 100000 1000100 101 1000011

Color Harmonies of #ADAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEA6

Black with #ADAEA6

Text Example


Text Example

White with #ADAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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