#AFAFA5

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

Shades of Bombay #AFAFA5

Tints of Bombay #AFAFA5

Color information

#AFAFA5 (or 0xAFAFA5) is unknown color: approx Bombay. HEX triplet: AF, AF and A5. RGB value is (175,175,165). Sum of RGB (Red+Green+Blue) = 175+175+165=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA5 is #50505A. Grayscale: #ADADAD. Windows color (decimal): -5263451 or 10858415. OLE color: 10858415.

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

Color convert

RGB175175165-
CMYK000.060.31
HSL60º5.88%66.67%-
HSV(B)60º5.71%68.63%-
XYZ39.842.4941.7-
YUV173.86123128.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=33.98%
G=33.98%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175165000.060.31605.8866.67
HexAFAFA50061F3c643
Octal25725724500637746103
Binary10101111101011111010010100110111111111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFA5; }

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

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

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

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

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

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

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

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