#AFAF9F

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

Shades of Bombay #AFAF9F

Tints of Bombay #AFAF9F

Color information

#AFAF9F (or 0xAFAF9F) is unknown color: approx Bombay. HEX triplet: AF, AF and 9F. RGB value is (175,175,159). Sum of RGB (Red+Green+Blue) = 175+175+159=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF9F is #505060. Grayscale: #ADADAD. Windows color (decimal): -5263457 or 10465199. OLE color: 10465199.

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

Color convert

RGB175175159-
CMYK000.090.31
HSL60º9.09%65.49%-
HSV(B)60º9.14%68.63%-
XYZ39.2742.2838.89-
YUV173.18120129.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=34.38%
G=34.38%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175159000.090.31609.0965.49
HexAFAF9F0091F3c941
Octal2572572370011377411101
Binary1010111110101111100111110010011111111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF9F; }

 p { color: rgb(175,175,159); }

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

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

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

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

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

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

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