#AFAEA4

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

Shades of Bombay #AFAEA4

Tints of Bombay #AFAEA4

Color information

#AFAEA4 (or 0xAFAEA4) is unknown color: approx Bombay. HEX triplet: AF, AE and A4. RGB value is (175,174,164). Sum of RGB (Red+Green+Blue) = 175+174+164=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA4 is #50515B. Grayscale: #ADADAD. Windows color (decimal): -5263708 or 10792623. OLE color: 10792623.

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

Color convert

RGB175174164-
CMYK00.010.060.31
HSL54.55º6.43%66.47%-
HSV(B)54.55º6.29%68.63%-
XYZ39.5242.0741.16-
YUV173.16122.83129.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=34.11%
G=33.92%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416400.010.060.3154.556.4366.47
HexAFAEA40161F37642
Octal25725624401637676102
Binary10101111101011101010010001110111111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA4; }

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

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

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

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

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

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

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

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