#AFAFA6

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

Shades of Bombay #AFAFA6

Tints of Bombay #AFAFA6

Color information

#AFAFA6 (or 0xAFAFA6) is unknown color: approx Bombay. HEX triplet: AF, AF and A6. RGB value is (175,175,166). Sum of RGB (Red+Green+Blue) = 175+175+166=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA6 is #505059. Grayscale: #AEAEAE. Windows color (decimal): -5263450 or 10923951. OLE color: 10923951.

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

Color convert

RGB175175166-
CMYK000.050.31
HSL60º5.33%66.86%-
HSV(B)60º5.14%68.63%-
XYZ39.8942.5342.18-
YUV173.97123.5128.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=33.91%
G=33.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175166000.050.31605.3366.86
HexAFAFA60051F3c543
Octal25725724600537745103
Binary10101111101011111010011000101111111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFA6; }

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

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

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

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

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

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

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

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