#AFA18D

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

Shades of Malta #AFA18D

Tints of Malta #AFA18D

Color information

#AFA18D (or 0xAFA18D) is unknown color: approx Malta. HEX triplet: AF, A1 and 8D. RGB value is (175,161,141). Sum of RGB (Red+Green+Blue) = 175+161+141=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18D is #505E72. Grayscale: #A3A3A3. Windows color (decimal): -5267059 or 9281967. OLE color: 9281967.

HSL color Cylindrical-coordinate representation of color #AFA18D: hue angle of 35.29º 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 #AFA18D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175161141-
CMYK00.080.190.31
HSL35.29º17.53%61.96%-
HSV(B)35.29º19.43%68.63%-
XYZ35.2336.5330.39-
YUV162.91115.64136.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=36.69%
G=33.75%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516114100.080.190.3135.2917.5361.96
HexAFA18D08131F23123e
Octal2572412150102337432276
Binary10101111101000011000110101000100111111110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA18D; }

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

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

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

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

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

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

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

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