#AFAEA7

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

Shades of Bombay #AFAEA7

Tints of Bombay #AFAEA7

Color information

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

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

Color convert

RGB175174167-
CMYK00.010.050.31
HSL52.5º4.76%67.06%-
HSV(B)52.5º4.57%68.63%-
XYZ39.7942.1842.6-
YUV173.5124.33129.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416700.010.050.3152.54.7667.06
HexAFAEA70151F35543
Octal25725624701537655103
Binary10101111101011101010011101101111111101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA7; }

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

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

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

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

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

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

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

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