#AFAFA2

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

Shades of Bombay #AFAFA2

Tints of Bombay #AFAFA2

Color information

#AFAFA2 (or 0xAFAFA2) is unknown color: approx Bombay. HEX triplet: AF, AF and A2. RGB value is (175,175,162). Sum of RGB (Red+Green+Blue) = 175+175+162=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA2 is #50505D. Grayscale: #ADADAD. Windows color (decimal): -5263454 or 10661807. OLE color: 10661807.

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

Color convert

RGB175175162-
CMYK000.070.31
HSL60º7.51%66.08%-
HSV(B)60º7.43%68.63%-
XYZ39.5342.3840.28-
YUV173.52121.5129.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=34.18%
G=34.18%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175162000.070.31607.5166.08
HexAFAFA20071F3c842
Octal257257242007377410102
Binary101011111010111110100010001111111111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFA2; }

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

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

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

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

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

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

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

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