#AFAFA1

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

Shades of Bombay #AFAFA1

Tints of Bombay #AFAFA1

Color information

#AFAFA1 (or 0xAFAFA1) is unknown color: approx Bombay. HEX triplet: AF, AF and A1. RGB value is (175,175,161). Sum of RGB (Red+Green+Blue) = 175+175+161=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA1 is #50505E. Grayscale: #ADADAD. Windows color (decimal): -5263455 or 10596271. OLE color: 10596271.

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

Color convert

RGB175175161-
CMYK000.080.31
HSL60º8.05%65.88%-
HSV(B)60º8%68.63%-
XYZ39.4442.3539.81-
YUV173.4121129.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=34.25%
G=34.25%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175161000.080.31608.0565.88
HexAFAFA10081F3c842
Octal2572572410010377410102
Binary1010111110101111101000010010001111111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFA1; }

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

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

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

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

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

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

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

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