#AF6187

Color #AF6187 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AF6187

Tints of Tapestry #AF6187

Color information

#AF6187 (or 0xAF6187) is unknown color: approx Tapestry. HEX triplet: AF, 61 and 87. RGB value is (175,97,135). Sum of RGB (Red+Green+Blue) = 175+97+135=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6187 is #509E78. Grayscale: #7C7C7C. Windows color (decimal): -5283449 or 8872367. OLE color: 8872367.

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

Color convert

RGB17597135-
CMYK00.450.230.31
HSL330.77º32.77%53.33%-
HSV(B)330.77º44.57%68.63%-
XYZ26.3319.4125.28-
YUV124.65133.84163.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=43.00%
G=23.83%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759713500.450.230.31330.7732.7753.33
HexAF618702D171F14b2135
Octal25714120705527375134165
Binary1010111111000011000011101011011011111111101001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6187; }

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

 H1.HeaderClassName
 {
   color: #AF6187;
 }
 .AnyTagClassName
 {
   color: #AF6187;
 }
</style>
background-color css

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

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

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

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

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

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