#AF6C7C

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

Shades of Tapestry #AF6C7C

Tints of Tapestry #AF6C7C

Color information

#AF6C7C (or 0xAF6C7C) is unknown color: approx Tapestry. HEX triplet: AF, 6C and 7C. RGB value is (175,108,124). Sum of RGB (Red+Green+Blue) = 175+108+124=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C7C is #509383. Grayscale: #818181. Windows color (decimal): -5280644 or 8154287. OLE color: 8154287.

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

Color convert

RGB175108124-
CMYK00.380.290.31
HSL345.67º29.52%55.49%-
HSV(B)345.67º38.29%68.63%-
XYZ26.6821.2921.77-
YUV129.86124.7160.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=43.00%
G=26.54%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510812400.380.290.31345.6729.5255.49
HexAF6C7C0261D1F15a1e37
Octal25715417404635375323667
Binary10101111110110011111000100110111011111110101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C7C; }

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

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

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

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

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

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

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

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