#AFAFAA

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

Shades of Bombay #AFAFAA

Tints of Bombay #AFAFAA

Color information

#AFAFAA (or 0xAFAFAA) is unknown color: approx Bombay. HEX triplet: AF, AF and AA. RGB value is (175,175,170). Sum of RGB (Red+Green+Blue) = 175+175+170=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAA is #505055. Grayscale: #AEAEAE. Windows color (decimal): -5263446 or 11186095. OLE color: 11186095.

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

Color convert

RGB175175170-
CMYK000.030.31
HSL60º3.03%67.65%-
HSV(B)60º2.86%68.63%-
XYZ40.2642.6844.15-
YUV174.43125.5128.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=33.65%
G=33.65%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175170000.030.31603.0367.65
HexAFAFAA0031F3c344
Octal25725725200337743104
Binary101011111010111110101010001111111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFAA; }

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

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

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

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

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

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

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

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