#AFA08C

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

Shades of Malta #AFA08C

Tints of Malta #AFA08C

Color information

#AFA08C (or 0xAFA08C) is unknown color: approx Malta. HEX triplet: AF, A0 and 8C. RGB value is (175,160,140). Sum of RGB (Red+Green+Blue) = 175+160+140=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08C is #505F73. Grayscale: #A2A2A2. Windows color (decimal): -5267316 or 9216175. OLE color: 9216175.

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

Color convert

RGB175160140-
CMYK00.090.20.31
HSL34.29º17.95%61.76%-
HSV(B)34.29º20%68.63%-
XYZ34.9836.1529.94-
YUV162.2115.47137.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=36.84%
G=33.68%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516014000.090.20.3134.2917.9561.76
HexAFA08C09141F22123e
Octal2572402140112437422276
Binary10101111101000001000110001001101001111110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA08C; }

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

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

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

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

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

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

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

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