Html Css Color HEX #AEAEAC Bombay

📋 copy color: '#AEAEAC'

red 174 ◦ green 174 ◦ blue 172

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

Shades of Bombay #AEAEAC

Tints of Bombay #AEAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 33.46%
G = 33.46%
B = 33.08%

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

#AEAEAC (or 0xAEAEAC) is known color: Bombay. HEX triplet: AE, AE and AC. RGB value is (174,174,172). Sum of RGB (Red+Green+Blue) = 174+174+172=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAC is #515153. Grayscale: #ADADAD. Windows color (decimal): -5329236 or 11316910. OLE color: 11316910.

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

Color convert

RGB 174 174 172 -
CMYK 0 0 0.01 0.32
HSL 60º 0.01% 0.68% -
HSV(B) 60º 0.01% 0.68% -
XYZ 40.04 42.25 45.07 -
YUV 173.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 174 174 172 0 0 0.01 0.32 60 0.01 0.68
Hex AE AE AC 0 0 1 20 3C 1 44
Octal 256 256 254 0 0 1 40 74 1 104
Binary 10101110 10101110 10101100 0 0 1 100000 111100 1 1000100

Color Harmonies of #AEAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEAC

Black with #AEAEAC

Text Example


Text Example

White with #AEAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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