Html Css Color HEX #AEAEA0 Bombay

📋 copy color: '#AEAEA0'

red 174 ◦ green 174 ◦ blue 160

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

Shades of Bombay #AEAEA0

Tints of Bombay #AEAEA0

RGB

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

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

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

R = 34.25%
G = 34.25%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AEAEA0 (or 0xAEAEA0) is known color: Bombay. HEX triplet: AE, AE and A0. RGB value is (174,174,160). Sum of RGB (Red+Green+Blue) = 174+174+160=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA0 is #51515F. Grayscale: #ACACAC. Windows color (decimal): -5329248 or 10530478. OLE color: 10530478.

HSL color Cylindrical-coordinate representation of color #AEAEA0: hue angle of 60º 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 #AEAEA0 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 160 -
CMYK 0 0 0.08 0.32
HSL 60º 0.08% 0.65% -
HSV(B) 60º 0.08% 0.68% -
XYZ 38.94 41.81 39.28 -
YUV 172.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 174 174 160 0 0 0.08 0.32 60 0.08 0.65
Hex AE AE A0 0 0 8 20 3C 8 41
Octal 256 256 240 0 0 10 40 74 10 101
Binary 10101110 10101110 10100000 0 0 1000 100000 111100 1000 1000001

Color Harmonies of #AEAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEA0

Black with #AEAEA0

Text Example


Text Example

White with #AEAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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