Html Css Color HEX #ADAEA0 Bombay

📋 copy color: '#ADAEA0'

red 173 ◦ green 174 ◦ blue 160

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

Shades of Bombay #ADAEA0

Tints of Bombay #ADAEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 34.12%
G = 34.32%
B = 31.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADAEA0 (or 0xADAEA0) is known color: Bombay. HEX triplet: AD, AE and A0. RGB value is (173,174,160). Sum of RGB (Red+Green+Blue) = 173+174+160=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA0 is #52515F. Grayscale: #ACACAC. Windows color (decimal): -5394784 or 10530477. OLE color: 10530477.

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

Color convert

RGB 173 174 160 -
CMYK 0.01 0 0.08 0.32
HSL 64.29º 0.08% 0.65% -
HSV(B) 64.29º 0.08% 0.68% -
XYZ 38.71 41.69 39.27 -
YUV 172.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 173 174 160 0.01 0 0.08 0.32 64.29 0.08 0.65
Hex AD AE A0 1 0 8 20 40 8 41
Octal 255 256 240 1 0 10 40 100 10 101
Binary 10101101 10101110 10100000 1 0 1000 100000 1000000 1000 1000001

Color Harmonies of #ADAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEA0

Black with #ADAEA0

Text Example


Text Example

White with #ADAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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