#AFADAC

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

Shades of Martini #AFADAC

Tints of Martini #AFADAC

Color information

#AFADAC (or 0xAFADAC) is unknown color: approx Martini. HEX triplet: AF, AD and AC. RGB value is (175,173,172). Sum of RGB (Red+Green+Blue) = 175+173+172=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAC is #505253. Grayscale: #ADADAD. Windows color (decimal): -5263956 or 11316655. OLE color: 11316655.

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

Color convert

RGB175173172-
CMYK00.010.020.31
HSL20º1.84%68.04%-
HSV(B)20º1.71%68.63%-
XYZ40.0741.9845.02-
YUV173.48127.16129.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=33.65%
G=33.27%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517317200.010.020.31201.8468.04
HexAFADAC0121F14244
Octal25725525401237242104
Binary10101111101011011010110001101111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADAC; }

 p { color: rgb(175,173,172); }

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

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

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

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

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

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

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