Html Css Color HEX #AEAEA4 Bombay

📋 copy color: '#AEAEA4'

red 174 ◦ green 174 ◦ blue 164

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

Shades of Bombay #AEAEA4

Tints of Bombay #AEAEA4

RGB

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

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

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

R = 33.98%
G = 33.98%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AEAEA4 (or 0xAEAEA4) is known color: Bombay. HEX triplet: AE, AE and A4. RGB value is (174,174,164). Sum of RGB (Red+Green+Blue) = 174+174+164=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA4 is #51515B. Grayscale: #ACACAC. Windows color (decimal): -5329244 or 10792622. OLE color: 10792622.

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

Color convert

RGB 174 174 164 -
CMYK 0 0 0.06 0.32
HSL 60º 0.06% 0.66% -
HSV(B) 60º 0.06% 0.68% -
XYZ 39.29 41.95 41.15 -
YUV 172.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 174 174 164 0 0 0.06 0.32 60 0.06 0.66
Hex AE AE A4 0 0 6 20 3C 6 42
Octal 256 256 244 0 0 6 40 74 6 102
Binary 10101110 10101110 10100100 0 0 110 100000 111100 110 1000010

Color Harmonies of #AEAEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEA4

Black with #AEAEA4

Text Example


Text Example

White with #AEAEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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