#AEAF9E

Color #AEAF9E Bombay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bombay #AEAF9E

Tints of Bombay #AEAF9E

Color information

#AEAF9E (or 0xAEAF9E) is unknown color: approx Bombay. HEX triplet: AE, AF and 9E. RGB value is (174,175,158). Sum of RGB (Red+Green+Blue) = 174+175+158=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF9E is #515061. Grayscale: #ACACAC. Windows color (decimal): -5328994 or 10399662. OLE color: 10399662.

HSL color Cylindrical-coordinate representation of color #AEAF9E: hue angle of 63.53º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEAF9E is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB174175158-
CMYK0.0100.100.31
HSL63.53º9.6%65.29%-
HSV(B)63.53º9.71%68.63%-
XYZ38.9642.1338.43-
YUV172.76119.67128.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=34.32%
G=34.52%
B=31.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751580.0100.100.3163.539.665.29
HexAEAF9E10A1F40a41
Octal25625723610123710012101
Binary10101110101011111001111010101011111100000010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF9E; }

 p { color: rgb(174,175,158); }

 H1.HeaderClassName
 {
   color: #AEAF9E;
 }
 .AnyTagClassName
 {
   color: #AEAF9E;
 }
</style>
background-color css

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

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

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

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

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

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