#AFAEA8

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

Shades of Bombay #AFAEA8

Tints of Bombay #AFAEA8

Color information

#AFAEA8 (or 0xAFAEA8) is unknown color: approx Bombay. HEX triplet: AF, AE and A8. RGB value is (175,174,168). Sum of RGB (Red+Green+Blue) = 175+174+168=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA8 is #505157. Grayscale: #ADADAD. Windows color (decimal): -5263704 or 11054767. OLE color: 11054767.

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

Color convert

RGB175174168-
CMYK00.010.040.31
HSL51.43º4.19%67.25%-
HSV(B)51.43º4%68.63%-
XYZ39.8842.2143.09-
YUV173.62124.83128.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=33.85%
G=33.66%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416800.010.040.3151.434.1967.25
HexAFAEA80141F33443
Octal25725625001437634103
Binary10101111101011101010100001100111111100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA8; }

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

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

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

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

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

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

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

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