#AF7284

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

Shades of Tapestry #AF7284

Tints of Tapestry #AF7284

Color information

#AF7284 (or 0xAF7284) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 84. RGB value is (175,114,132). Sum of RGB (Red+Green+Blue) = 175+114+132=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7284 is #508D7B. Grayscale: #868686. Windows color (decimal): -5279100 or 8680111. OLE color: 8680111.

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

Color convert

RGB175114132-
CMYK00.350.250.31
HSL342.3º27.6%56.67%-
HSV(B)342.3º34.86%68.63%-
XYZ27.8622.8124.76-
YUV134.29126.71157.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=41.57%
G=27.08%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511413200.350.250.31342.327.656.67
HexAF7284023191F1561c39
Octal25716220404331375263471
Binary101011111110010100001000100011110011111110101011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7284; }

 p { color: rgb(175,114,132); }

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

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

 a { background-color: rgb(175,114,132); }

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

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

 span { border-color: rgb(175,114,132); }

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