#AEAFA7

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

Shades of Bombay #AEAFA7

Tints of Bombay #AEAFA7

Color information

#AEAFA7 (or 0xAEAFA7) is unknown color: approx Bombay. HEX triplet: AE, AF and A7. RGB value is (174,175,167). Sum of RGB (Red+Green+Blue) = 174+175+167=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA7 is #515058. Grayscale: #ADADAD. Windows color (decimal): -5328985 or 10989486. OLE color: 10989486.

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

Color convert

RGB174175167-
CMYK0.0100.050.31
HSL67.5º4.76%67.06%-
HSV(B)67.5º4.57%68.63%-
XYZ39.7642.4542.66-
YUV173.79124.17128.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=33.72%
G=33.91%
B=32.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751670.0100.050.3167.54.7667.06
HexAEAFA71051F43543
Octal256257247105371035103
Binary101011101010111110100111101011111110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFA7; }

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

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

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

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

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

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

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

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