Html Css Color HEX #AFA08A Malta

📋 copy color: '#AFA08A'

red 175 ◦ green 160 ◦ blue 138

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

Shades of Malta #AFA08A

Tints of Malta #AFA08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 37%
G = 33.83%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AFA08A (or 0xAFA08A) is known color: Malta. HEX triplet: AF, A0 and 8A. RGB value is (175,160,138). Sum of RGB (Red+Green+Blue) = 175+160+138=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08A is #505F75. Grayscale: #A2A2A2. Windows color (decimal): -5267318 or 9085103. OLE color: 9085103.

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

Color convert

RGB 175 160 138 -
CMYK 0 0.09 0.21 0.31
HSL 35.68º 0.19% 0.61% -
HSV(B) 35.68º 0.21% 0.69% -
XYZ 34.84 36.09 29.17 -
YUV 161.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 175 160 138 0 0.09 0.21 0.31 35.68 0.19 0.61
Hex AF A0 8A 0 9 15 1F 24 13 3D
Octal 257 240 212 0 11 25 37 44 23 75
Binary 10101111 10100000 10001010 0 1001 10101 11111 100100 10011 111101

Color Harmonies of #AFA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA08A

Black with #AFA08A

Text Example


Text Example

White with #AFA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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