#AFA08D

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

Shades of Malta #AFA08D

Tints of Malta #AFA08D

Color information

#AFA08D (or 0xAFA08D) is unknown color: approx Malta. HEX triplet: AF, A0 and 8D. RGB value is (175,160,141). Sum of RGB (Red+Green+Blue) = 175+160+141=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08D is #505F72. Grayscale: #A2A2A2. Windows color (decimal): -5267315 or 9281711. OLE color: 9281711.

HSL color Cylindrical-coordinate representation of color #AFA08D: hue angle of 33.53º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA08D is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175160141-
CMYK00.090.190.31
HSL33.53º17.53%61.96%-
HSV(B)33.53º19.43%68.63%-
XYZ35.0636.1830.33-
YUV162.32115.97137.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=36.76%
G=33.61%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516014100.090.190.3133.5317.5361.96
HexAFA08D09131F22123e
Octal2572402150112337422276
Binary10101111101000001000110101001100111111110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA08D; }

 p { color: rgb(175,160,141); }

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

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

 a { background-color: rgb(175,160,141); }

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

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

 span { border-color: rgb(175,160,141); }

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