Html Css Color HEX #AEAEA8 Bombay

📋 copy color: '#AEAEA8'

red 174 ◦ green 174 ◦ blue 168

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

Shades of Bombay #AEAEA8

Tints of Bombay #AEAEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 33.72%
G = 33.72%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AEAEA8 (or 0xAEAEA8) is known color: Bombay. HEX triplet: AE, AE and A8. RGB value is (174,174,168). Sum of RGB (Red+Green+Blue) = 174+174+168=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA8 is #515157. Grayscale: #ADADAD. Windows color (decimal): -5329240 or 11054766. OLE color: 11054766.

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

Color convert

RGB 174 174 168 -
CMYK 0 0 0.03 0.32
HSL 60º 0.04% 0.67% -
HSV(B) 60º 0.03% 0.68% -
XYZ 39.66 42.1 43.08 -
YUV 173.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 174 174 168 0 0 0.03 0.32 60 0.04 0.67
Hex AE AE A8 0 0 3 20 3C 4 43
Octal 256 256 250 0 0 3 40 74 4 103
Binary 10101110 10101110 10101000 0 0 11 100000 111100 100 1000011

Color Harmonies of #AEAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEA8

Black with #AEAEA8

Text Example


Text Example

White with #AEAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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