#AE9F9B

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

Shades of Martini #AE9F9B

Tints of Martini #AE9F9B

Color information

#AE9F9B (or 0xAE9F9B) is unknown color: approx Martini. HEX triplet: AE, 9F and 9B. RGB value is (174,159,155). Sum of RGB (Red+Green+Blue) = 174+159+155=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F9B is #516064. Grayscale: #A3A3A3. Windows color (decimal): -5333093 or 10198958. OLE color: 10198958.

HSL color Cylindrical-coordinate representation of color #AE9F9B: hue angle of 12.63º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9F9B is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174159155-
CMYK00.090.110.32
HSL12.63º10.5%64.51%-
HSV(B)12.63º10.92%68.24%-
XYZ35.7736.1636.1-
YUV163.03123.47135.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=35.66%
G=32.58%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415915500.090.110.3212.6310.564.51
HexAE9F9B09B20da41
Octal25623723301113401512101
Binary101011101001111110011011010011011100000110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F9B; }

 p { color: rgb(174,159,155); }

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

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

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

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

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

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

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