Html Css Color HEX #AFA08D Malta

📋 copy color: '#AFA08D'

red 175 ◦ green 160 ◦ blue 141

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

Shades of Malta #AFA08D

Tints of Malta #AFA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

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

R = 36.76%
G = 33.61%
B = 29.62%

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

#AFA08D (or 0xAFA08D) is known color: Malta. HEX triplet: AF, A0 and 8D. RGB value is (175,160,141). Sum of RGB (Red+Green+Blue) = 175+160+141=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08D is #505F72. Grayscale: #A2A2A2. Windows color (decimal): -5267315 or 9281711. OLE color: 9281711.

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

Color convert

RGB 175 160 141 -
CMYK 0 0.09 0.19 0.31
HSL 33.53º 0.18% 0.62% -
HSV(B) 33.53º 0.19% 0.69% -
XYZ 35.06 36.18 30.33 -
YUV 162.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 175 160 141 0 0.09 0.19 0.31 33.53 0.18 0.62
Hex AF A0 8D 0 9 13 1F 22 12 3E
Octal 257 240 215 0 11 23 37 42 22 76
Binary 10101111 10100000 10001101 0 1001 10011 11111 100010 10010 111110

Color Harmonies of #AFA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA08D

Black with #AFA08D

Text Example


Text Example

White with #AFA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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