Html Css Color HEX #AF708B Tapestry

📋 copy color: '#AF708B'

red 175 ◦ green 112 ◦ blue 139

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

Shades of Tapestry #AF708B

Tints of Tapestry #AF708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 41.08%
G = 26.29%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF708B (or 0xAF708B) is known color: Tapestry. HEX triplet: AF, 70 and 8B. RGB value is (175,112,139). Sum of RGB (Red+Green+Blue) = 175+112+139=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708B is #508F74. Grayscale: #858585. Windows color (decimal): -5279605 or 9138351. OLE color: 9138351.

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

Color convert

RGB 175 112 139 -
CMYK 0 0.36 0.21 0.31
HSL 334.29º 0.28% 0.56% -
HSV(B) 334.29º 0.36% 0.69% -
XYZ 28.13 22.57 27.3 -
YUV 133.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 175 112 139 0 0.36 0.21 0.31 334.29 0.28 0.56
Hex AF 70 8B 0 24 15 1F 14E 1C 38
Octal 257 160 213 0 44 25 37 516 34 70
Binary 10101111 1110000 10001011 0 100100 10101 11111 101001110 11100 111000

Color Harmonies of #AF708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF708B

Black with #AF708B

Text Example


Text Example

White with #AF708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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