#AF9B88

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

Shades of Malta #AF9B88

Tints of Malta #AF9B88

Color information

#AF9B88 (or 0xAF9B88) is unknown color: approx Malta. HEX triplet: AF, 9B and 88. RGB value is (175,155,136). Sum of RGB (Red+Green+Blue) = 175+155+136=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B88 is #506477. Grayscale: #9E9E9E. Windows color (decimal): -5268600 or 8952751. OLE color: 8952751.

HSL color Cylindrical-coordinate representation of color #AF9B88: hue angle of 29.23º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9B88 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175155136-
CMYK00.110.220.31
HSL29.23º19.6%60.98%-
HSV(B)29.23º22.29%68.63%-
XYZ33.8434.3328.14-
YUV158.81115.13139.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=37.55%
G=33.26%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515513600.110.220.3129.2319.660.98
HexAF9B880B161F1d143d
Octal2572332100132637352475
Binary1010111110011011100010000101110110111111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B88; }

 p { color: rgb(175,155,136); }

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

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

 a { background-color: rgb(175,155,136); }

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

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

 span { border-color: rgb(175,155,136); }

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