#AFAFAD

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

Shades of Bombay #AFAFAD

Tints of Bombay #AFAFAD

Color information

#AFAFAD (or 0xAFAFAD) is unknown color: approx Bombay. HEX triplet: AF, AF and AD. RGB value is (175,175,173). Sum of RGB (Red+Green+Blue) = 175+175+173=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAD is #505052. Grayscale: #AEAEAE. Windows color (decimal): -5263443 or 11382703. OLE color: 11382703.

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

Color convert

RGB175175173-
CMYK000.010.31
HSL60º1.23%68.24%-
HSV(B)60º1.14%68.63%-
XYZ40.5542.7945.66-
YUV174.77127128.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=33.46%
G=33.46%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175173000.010.31601.2368.24
HexAFAFAD0011F3c144
Octal25725725500137741104
Binary1010111110101111101011010011111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFAD; }

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

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

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

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

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

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

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

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