#AFAFAE

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

Shades of Bombay #AFAFAE

Tints of Bombay #AFAFAE

Color information

#AFAFAE (or 0xAFAFAE) is unknown color: approx Bombay. HEX triplet: AF, AF and AE. RGB value is (175,175,174). Sum of RGB (Red+Green+Blue) = 175+175+174=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAE is #505051. Grayscale: #AEAEAE. Windows color (decimal): -5263442 or 11448239. OLE color: 11448239.

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

Color convert

RGB175175174-
CMYK000.010.31
HSL60º0.62%68.43%-
HSV(B)60º0.57%68.63%-
XYZ40.6542.8346.17-
YUV174.89127.5128.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=33.40%
G=33.40%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175174000.010.31600.6268.43
HexAFAFAE0011F3c144
Octal25725725600137741104
Binary1010111110101111101011100011111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFAE; }

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

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

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

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

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

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

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

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