#AFAFAC

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

Shades of Bombay #AFAFAC

Tints of Bombay #AFAFAC

Color information

#AFAFAC (or 0xAFAFAC) is unknown color: approx Bombay. HEX triplet: AF, AF and AC. RGB value is (175,175,172). Sum of RGB (Red+Green+Blue) = 175+175+172=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAC is #505053. Grayscale: #AEAEAE. Windows color (decimal): -5263444 or 11317167. OLE color: 11317167.

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

Color convert

RGB175175172-
CMYK000.020.31
HSL60º1.84%68.04%-
HSV(B)60º1.71%68.63%-
XYZ40.4642.7545.15-
YUV174.66126.5128.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=33.52%
G=33.52%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175172000.020.31601.8468.04
HexAFAFAC0021F3c244
Octal25725725400237742104
Binary101011111010111110101100001011111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFAC; }

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

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

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

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

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

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

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

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