Html Css Color HEX #AFA18F Malta

📋 copy color: '#AFA18F'

red 175 ◦ green 161 ◦ blue 143

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

Shades of Malta #AFA18F

Tints of Malta #AFA18F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 36.53%
G = 33.61%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AFA18F (or 0xAFA18F) is known color: Malta. HEX triplet: AF, A1 and 8F. RGB value is (175,161,143). Sum of RGB (Red+Green+Blue) = 175+161+143=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18F is #505E70. Grayscale: #A3A3A3. Windows color (decimal): -5267057 or 9413039. OLE color: 9413039.

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

Color convert

RGB 175 161 143 -
CMYK 0 0.08 0.18 0.31
HSL 33.75º 0.17% 0.62% -
HSV(B) 33.75º 0.18% 0.69% -
XYZ 35.38 36.59 31.18 -
YUV 163.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 175 161 143 0 0.08 0.18 0.31 33.75 0.17 0.62
Hex AF A1 8F 0 8 12 1F 22 11 3E
Octal 257 241 217 0 10 22 37 42 21 76
Binary 10101111 10100001 10001111 0 1000 10010 11111 100010 10001 111110

Color Harmonies of #AFA18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA18F

Black with #AFA18F

Text Example


Text Example

White with #AFA18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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