Html Css Color HEX #AF7E87 Tapestry

📋 copy color: '#AF7E87'

red 175 ◦ green 126 ◦ blue 135

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

Shades of Tapestry #AF7E87

Tints of Tapestry #AF7E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

 BLUE value IS 135 (53.13% from 255) = 30.96%

R = 40.14%
G = 28.9%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7E87 (or 0xAF7E87) is known color: Tapestry. HEX triplet: AF, 7E and 87. RGB value is (175,126,135). Sum of RGB (Red+Green+Blue) = 175+126+135=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E87 is #508178. Grayscale: #8D8D8D. Windows color (decimal): -5276025 or 8879791. OLE color: 8879791.

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

Color convert

RGB 175 126 135 -
CMYK 0 0.28 0.23 0.31
HSL 348.98º 0.23% 0.59% -
HSV(B) 348.98º 0.28% 0.69% -
XYZ 29.51 25.78 26.34 -
YUV 141.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 175 126 135 0 0.28 0.23 0.31 348.98 0.23 0.59
Hex AF 7E 87 0 1C 17 1F 15D 17 3B
Octal 257 176 207 0 34 27 37 535 27 73
Binary 10101111 1111110 10000111 0 11100 10111 11111 101011101 10111 111011

Color Harmonies of #AF7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E87

Black with #AF7E87

Text Example


Text Example

White with #AF7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E87; }

 p { color: rgb(175,126,135); }

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

background-color css

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

 a { background-color: rgb(175,126,135); }

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

border-color css

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

 span { border-color: rgb(175,126,135); }

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