#AFABAA

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

Shades of Martini #AFABAA

Tints of Martini #AFABAA

Color information

#AFABAA (or 0xAFABAA) is unknown color: approx Martini. HEX triplet: AF, AB and AA. RGB value is (175,171,170). Sum of RGB (Red+Green+Blue) = 175+171+170=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAA is #505455. Grayscale: #ACACAC. Windows color (decimal): -5264470 or 11185071. OLE color: 11185071.

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

Color convert

RGB175171170-
CMYK00.020.030.31
HSL12º3.03%67.65%-
HSV(B)12º2.86%68.63%-
XYZ39.541.1443.89-
YUV172.08126.83130.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=33.91%
G=33.14%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517117000.020.030.31123.0367.65
HexAFABAA0231Fc344
Octal25725325202337143104
Binary10101111101010111010101001011111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABAA; }

 p { color: rgb(175,171,170); }

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

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

 a { background-color: rgb(175,171,170); }

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

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

 span { border-color: rgb(175,171,170); }

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