Html Css Color HEX #AEAEAD Bombay

📋 copy color: '#AEAEAD'

red 174 ◦ green 174 ◦ blue 173

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

Shades of Bombay #AEAEAD

Tints of Bombay #AEAEAD

RGB

 RED value IS 174 (68.36% from 255) = 33.4%

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 33.4%
G = 33.4%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AEAEAD (or 0xAEAEAD) is known color: Bombay. HEX triplet: AE, AE and AD. RGB value is (174,174,173). Sum of RGB (Red+Green+Blue) = 174+174+173=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAD is #515152. Grayscale: #ADADAD. Windows color (decimal): -5329235 or 11382446. OLE color: 11382446.

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

Color convert

RGB 174 174 173 -
CMYK 0 0 0.01 0.32
HSL 60º 0.01% 0.68% -
HSV(B) 60º 0.01% 0.68% -
XYZ 40.13 42.29 45.58 -
YUV 173.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 174 174 173 0 0 0.01 0.32 60 0.01 0.68
Hex AE AE AD 0 0 1 20 3C 1 44
Octal 256 256 255 0 0 1 40 74 1 104
Binary 10101110 10101110 10101101 0 0 1 100000 111100 1 1000100

Color Harmonies of #AEAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEAD

Black with #AEAEAD

Text Example


Text Example

White with #AEAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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