Html Css Color HEX #ADAEA4 Bombay

📋 copy color: '#ADAEA4'

red 173 ◦ green 174 ◦ blue 164

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

Shades of Bombay #ADAEA4

Tints of Bombay #ADAEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.09%

R = 33.86%
G = 34.05%
B = 32.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ADAEA4 (or 0xADAEA4) is known color: Bombay. HEX triplet: AD, AE and A4. RGB value is (173,174,164). Sum of RGB (Red+Green+Blue) = 173+174+164=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA4 is #52515B. Grayscale: #ACACAC. Windows color (decimal): -5394780 or 10792621. OLE color: 10792621.

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

Color convert

RGB 173 174 164 -
CMYK 0.01 0 0.06 0.32
HSL 66º 0.06% 0.66% -
HSV(B) 66º 0.06% 0.68% -
XYZ 39.07 41.84 41.14 -
YUV 172.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 173 174 164 0.01 0 0.06 0.32 66 0.06 0.66
Hex AD AE A4 1 0 6 20 42 6 42
Octal 255 256 244 1 0 6 40 102 6 102
Binary 10101101 10101110 10100100 1 0 110 100000 1000010 110 1000010

Color Harmonies of #ADAEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEA4

Black with #ADAEA4

Text Example


Text Example

White with #ADAEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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