#AFAFAB

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

Shades of Bombay #AFAFAB

Tints of Bombay #AFAFAB

Color information

#AFAFAB (or 0xAFAFAB) is unknown color: approx Bombay. HEX triplet: AF, AF and AB. RGB value is (175,175,171). Sum of RGB (Red+Green+Blue) = 175+175+171=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAB is #505054. Grayscale: #AEAEAE. Windows color (decimal): -5263445 or 11251631. OLE color: 11251631.

HSL color Cylindrical-coordinate representation of color #AFAFAB: 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 #AFAFAB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175175171-
CMYK000.020.31
HSL60º2.44%67.84%-
HSV(B)60º2.29%68.63%-
XYZ40.3642.7144.65-
YUV174.54126128.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=33.59%
G=33.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175171000.020.31602.4467.84
HexAFAFAB0021F3c244
Octal25725725300237742104
Binary101011111010111110101011001011111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFAB; }

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

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

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

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

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

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

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

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