Html Css Color HEX #AF9F8D Malta

📋 copy color: '#AF9F8D'

red 175 ◦ green 159 ◦ blue 141

#AF9F8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malta #AF9F8D

Tints of Malta #AF9F8D

RGB

 RED value IS 175 (68.75% from 255) = 36.84%

 GREEN value IS 159 (62.5% from 255) = 33.47%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 36.84%
G = 33.47%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF9F8D (or 0xAF9F8D) is known color: Malta. HEX triplet: AF, 9F and 8D. RGB value is (175,159,141). Sum of RGB (Red+Green+Blue) = 175+159+141=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F8D is #506072. Grayscale: #A1A1A1. Windows color (decimal): -5267571 or 9281455. OLE color: 9281455.

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

Color convert

RGB 175 159 141 -
CMYK 0 0.09 0.19 0.31
HSL 31.76º 0.18% 0.62% -
HSV(B) 31.76º 0.19% 0.69% -
XYZ 34.89 35.83 30.28 -
YUV 161.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 175 159 141 0 0.09 0.19 0.31 31.76 0.18 0.62
Hex AF 9F 8D 0 9 13 1F 20 12 3E
Octal 257 237 215 0 11 23 37 40 22 76
Binary 10101111 10011111 10001101 0 1001 10011 11111 100000 10010 111110

Color Harmonies of #AF9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F8D

Black with #AF9F8D

Text Example


Text Example

White with #AF9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F8D; }

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

 H1.HeaderClassName
 {
   color: #AF9F8D;
 }
 .AnyTagClassName
 {
   color: #AF9F8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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