#AF9E8A

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

Shades of Malta #AF9E8A

Tints of Malta #AF9E8A

Color information

#AF9E8A (or 0xAF9E8A) is unknown color: approx Malta. HEX triplet: AF, 9E and 8A. RGB value is (175,158,138). Sum of RGB (Red+Green+Blue) = 175+158+138=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E8A is #506175. Grayscale: #A0A0A0. Windows color (decimal): -5267830 or 9084591. OLE color: 9084591.

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

Color convert

RGB175158138-
CMYK00.100.210.31
HSL32.43º18.78%61.37%-
HSV(B)32.43º21.14%68.63%-
XYZ34.4935.429.06-
YUV160.8115.13138.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=37.15%
G=33.55%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515813800.100.210.3132.4318.7861.37
HexAF9E8A0A151F20133d
Octal2572362120122537402375
Binary10101111100111101000101001010101011111110000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E8A; }

 p { color: rgb(175,158,138); }

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

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

 a { background-color: rgb(175,158,138); }

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

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

 span { border-color: rgb(175,158,138); }

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