Html Css Color HEX #AF7C87 Tapestry

📋 copy color: '#AF7C87'

red 175 ◦ green 124 ◦ blue 135

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

Shades of Tapestry #AF7C87

Tints of Tapestry #AF7C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

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

R = 40.32%
G = 28.57%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7C87 (or 0xAF7C87) is known color: Tapestry. HEX triplet: AF, 7C and 87. RGB value is (175,124,135). Sum of RGB (Red+Green+Blue) = 175+124+135=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C87 is #508378. Grayscale: #8C8C8C. Windows color (decimal): -5276537 or 8879279. OLE color: 8879279.

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

Color convert

RGB 175 124 135 -
CMYK 0 0.29 0.23 0.31
HSL 347.06º 0.24% 0.59% -
HSV(B) 347.06º 0.29% 0.69% -
XYZ 29.26 25.28 26.26 -
YUV 140.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 175 124 135 0 0.29 0.23 0.31 347.06 0.24 0.59
Hex AF 7C 87 0 1D 17 1F 15B 18 3B
Octal 257 174 207 0 35 27 37 533 30 73
Binary 10101111 1111100 10000111 0 11101 10111 11111 101011011 11000 111011

Color Harmonies of #AF7C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C87

Black with #AF7C87

Text Example


Text Example

White with #AF7C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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