#af6b84

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

Shades of Tapestry #AF6B84

Tints of Tapestry #AF6B84

Color information

#AF6B84 (or 0xAF6B84) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 84. RGB value is (175,107,132). Sum of RGB (Red+Green+Blue) = 175+107+132=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B84 is #50947B. Grayscale: #828282. Windows color (decimal): -5280892 or 8678319. OLE color: 8678319.

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

Color convert

RGB175107132-
CMYK00.390.250.31
HSL337.94º29.82%55.29%-
HSV(B)337.94º38.86%68.63%-
XYZ27.121.324.51-
YUV130.18129.03159.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=42.27%
G=25.85%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510713200.390.250.31337.9429.8255.29
HexAF6B84027191F1521e37
Octal25715320404731375223667
Binary101011111101011100001000100111110011111110101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6b84; }

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

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

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

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

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

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

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

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