Html Css Color HEX #ADAEA2 Bombay

📋 copy color: '#ADAEA2'

red 173 ◦ green 174 ◦ blue 162

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

Shades of Bombay #ADAEA2

Tints of Bombay #ADAEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 33.99%
G = 34.18%
B = 31.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#ADAEA2 (or 0xADAEA2) is known color: Bombay. HEX triplet: AD, AE and A2. RGB value is (173,174,162). Sum of RGB (Red+Green+Blue) = 173+174+162=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA2 is #52515D. Grayscale: #ACACAC. Windows color (decimal): -5394782 or 10661549. OLE color: 10661549.

HSL color Cylindrical-coordinate representation of color #ADAEA2: hue angle of 65º 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 #ADAEA2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 162 -
CMYK 0.01 0 0.07 0.32
HSL 65º 0.07% 0.66% -
HSV(B) 65º 0.07% 0.68% -
XYZ 38.89 41.76 40.19 -
YUV 172.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 173 174 162 0.01 0 0.07 0.32 65 0.07 0.66
Hex AD AE A2 1 0 7 20 41 7 42
Octal 255 256 242 1 0 7 40 101 7 102
Binary 10101101 10101110 10100010 1 0 111 100000 1000001 111 1000010

Color Harmonies of #ADAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEA2

Black with #ADAEA2

Text Example


Text Example

White with #ADAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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