Html Css Color HEX #AEADA6 Bombay

📋 copy color: '#AEADA6'

red 174 ◦ green 173 ◦ blue 166

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

Shades of Bombay #AEADA6

Tints of Bombay #AEADA6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.72%

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 33.92%
G = 33.72%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AEADA6 (or 0xAEADA6) is known color: Bombay. HEX triplet: AE, AD and A6. RGB value is (174,173,166). Sum of RGB (Red+Green+Blue) = 174+173+166=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADA6 is #515259. Grayscale: #ACACAC. Windows color (decimal): -5329498 or 10923438. OLE color: 10923438.

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

Color convert

RGB 174 173 166 -
CMYK 0 0.01 0.05 0.32
HSL 52.5º 0.05% 0.67% -
HSV(B) 52.5º 0.05% 0.68% -
XYZ 39.28 41.64 42.04 -
YUV 172.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 174 173 166 0 0.01 0.05 0.32 52.5 0.05 0.67
Hex AE AD A6 0 1 5 20 34 5 43
Octal 256 255 246 0 1 5 40 64 5 103
Binary 10101110 10101101 10100110 0 1 101 100000 110100 101 1000011

Color Harmonies of #AEADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADA6

Black with #AEADA6

Text Example


Text Example

White with #AEADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADA6; }

 p { color: rgb(174,173,166); }

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

background-color css

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

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

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

border-color css

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

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

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