Html Css Color HEX #AF708C Tapestry

📋 copy color: '#AF708C'

red 175 ◦ green 112 ◦ blue 140

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

Shades of Tapestry #AF708C

Tints of Tapestry #AF708C

RGB

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

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

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

R = 40.98%
G = 26.23%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF708C (or 0xAF708C) is known color: Tapestry. HEX triplet: AF, 70 and 8C. RGB value is (175,112,140). Sum of RGB (Red+Green+Blue) = 175+112+140=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708C is #508F73. Grayscale: #858585. Windows color (decimal): -5279604 or 9203887. OLE color: 9203887.

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

Color convert

RGB 175 112 140 -
CMYK 0 0.36 0.2 0.31
HSL 333.33º 0.28% 0.56% -
HSV(B) 333.33º 0.36% 0.69% -
XYZ 28.21 22.6 27.69 -
YUV 134.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 175 112 140 0 0.36 0.2 0.31 333.33 0.28 0.56
Hex AF 70 8C 0 24 14 1F 14D 1C 38
Octal 257 160 214 0 44 24 37 515 34 70
Binary 10101111 1110000 10001100 0 100100 10100 11111 101001101 11100 111000

Color Harmonies of #AF708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF708C

Black with #AF708C

Text Example


Text Example

White with #AF708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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