#AFAFA0

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

Shades of Bombay #AFAFA0

Tints of Bombay #AFAFA0

Color information

#AFAFA0 (or 0xAFAFA0) is unknown color: approx Bombay. HEX triplet: AF, AF and A0. RGB value is (175,175,160). Sum of RGB (Red+Green+Blue) = 175+175+160=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA0 is #50505F. Grayscale: #ADADAD. Windows color (decimal): -5263456 or 10530735. OLE color: 10530735.

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

Color convert

RGB175175160-
CMYK000.090.31
HSL60º8.57%65.69%-
HSV(B)60º8.57%68.63%-
XYZ39.3542.3139.35-
YUV173.29120.5129.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=34.31%
G=34.31%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175160000.090.31608.5765.69
HexAFAFA00091F3c942
Octal2572572400011377411102
Binary1010111110101111101000000010011111111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFA0; }

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

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

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

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

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

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

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

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