Html Css Color HEX #AF708F Tapestry

📋 copy color: '#AF708F'

red 175 ◦ green 112 ◦ blue 143

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

Shades of Tapestry #AF708F

Tints of Tapestry #AF708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

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

R = 40.7%
G = 26.05%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF708F (or 0xAF708F) is known color: Tapestry. HEX triplet: AF, 70 and 8F. RGB value is (175,112,143). Sum of RGB (Red+Green+Blue) = 175+112+143=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708F is #508F70. Grayscale: #868686. Windows color (decimal): -5279601 or 9400495. OLE color: 9400495.

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

Color convert

RGB 175 112 143 -
CMYK 0 0.36 0.18 0.31
HSL 330.48º 0.28% 0.56% -
HSV(B) 330.48º 0.36% 0.69% -
XYZ 28.43 22.69 28.87 -
YUV 134.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 175 112 143 0 0.36 0.18 0.31 330.48 0.28 0.56
Hex AF 70 8F 0 24 12 1F 14A 1C 38
Octal 257 160 217 0 44 22 37 512 34 70
Binary 10101111 1110000 10001111 0 100100 10010 11111 101001010 11100 111000

Color Harmonies of #AF708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF708F

Black with #AF708F

Text Example


Text Example

White with #AF708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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