Html Css Color HEX #AFA08C Malta

📋 copy color: '#AFA08C'

red 175 ◦ green 160 ◦ blue 140

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

Shades of Malta #AFA08C

Tints of Malta #AFA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 36.84%
G = 33.68%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AFA08C (or 0xAFA08C) is known color: Malta. HEX triplet: AF, A0 and 8C. RGB value is (175,160,140). Sum of RGB (Red+Green+Blue) = 175+160+140=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08C is #505F73. Grayscale: #A2A2A2. Windows color (decimal): -5267316 or 9216175. OLE color: 9216175.

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

Color convert

RGB 175 160 140 -
CMYK 0 0.09 0.2 0.31
HSL 34.29º 0.18% 0.62% -
HSV(B) 34.29º 0.2% 0.69% -
XYZ 34.98 36.15 29.94 -
YUV 162.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 175 160 140 0 0.09 0.2 0.31 34.29 0.18 0.62
Hex AF A0 8C 0 9 14 1F 22 12 3E
Octal 257 240 214 0 11 24 37 42 22 76
Binary 10101111 10100000 10001100 0 1001 10100 11111 100010 10010 111110

Color Harmonies of #AFA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA08C

Black with #AFA08C

Text Example


Text Example

White with #AFA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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