Html Css Color HEX #AEAEAB Bombay

📋 copy color: '#AEAEAB'

red 174 ◦ green 174 ◦ blue 171

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

Shades of Bombay #AEAEAB

Tints of Bombay #AEAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 33.53%
G = 33.53%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AEAEAB (or 0xAEAEAB) is known color: Bombay. HEX triplet: AE, AE and AB. RGB value is (174,174,171). Sum of RGB (Red+Green+Blue) = 174+174+171=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAB is #515154. Grayscale: #ADADAD. Windows color (decimal): -5329237 or 11251374. OLE color: 11251374.

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

Color convert

RGB 174 174 171 -
CMYK 0 0 0.02 0.32
HSL 60º 0.02% 0.68% -
HSV(B) 60º 0.02% 0.68% -
XYZ 39.94 42.21 44.57 -
YUV 173.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 174 174 171 0 0 0.02 0.32 60 0.02 0.68
Hex AE AE AB 0 0 2 20 3C 2 44
Octal 256 256 253 0 0 2 40 74 2 104
Binary 10101110 10101110 10101011 0 0 10 100000 111100 10 1000100

Color Harmonies of #AEAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEAB

Black with #AEAEAB

Text Example


Text Example

White with #AEAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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