#AFAEA6

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

Shades of Bombay #AFAEA6

Tints of Bombay #AFAEA6

Color information

#AFAEA6 (or 0xAFAEA6) is unknown color: approx Bombay. HEX triplet: AF, AE and A6. RGB value is (175,174,166). Sum of RGB (Red+Green+Blue) = 175+174+166=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA6 is #505159. Grayscale: #ADADAD. Windows color (decimal): -5263706 or 10923695. OLE color: 10923695.

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

Color convert

RGB175174166-
CMYK00.010.050.31
HSL53.33º5.33%66.86%-
HSV(B)53.33º5.14%68.63%-
XYZ39.742.1442.12-
YUV173.39123.83129.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=33.98%
G=33.79%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416600.010.050.3153.335.3366.86
HexAFAEA60151F35543
Octal25725624601537655103
Binary10101111101011101010011001101111111101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA6; }

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

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

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

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

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

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

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

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