Html Css Color HEX #AFA18D Malta

📋 copy color: '#AFA18D'

red 175 ◦ green 161 ◦ blue 141

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

Shades of Malta #AFA18D

Tints of Malta #AFA18D

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 value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AFA18D (or 0xAFA18D) is known color: 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

RGB 175 161 141 -
CMYK 0 0.08 0.19 0.31
HSL 35.29º 0.18% 0.62% -
HSV(B) 35.29º 0.19% 0.69% -
XYZ 35.23 36.53 30.39 -
YUV 162.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 175 161 141 0 0.08 0.19 0.31 35.29 0.18 0.62
Hex AF A1 8D 0 8 13 1F 23 12 3E
Octal 257 241 215 0 10 23 37 43 22 76
Binary 10101111 10100001 10001101 0 1000 10011 11111 100011 10010 111110

Color Harmonies of #AFA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA18D

Black with #AFA18D

Text Example


Text Example

White with #AFA18D

Text Example


Text Example

HTML Codes & Css Web 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>