#AF6F7F

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

Shades of Tapestry #AF6F7F

Tints of Tapestry #AF6F7F

Color information

#AF6F7F (or 0xAF6F7F) is unknown color: approx Tapestry. HEX triplet: AF, 6F and 7F. RGB value is (175,111,127). Sum of RGB (Red+Green+Blue) = 175+111+127=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F7F is #509080. Grayscale: #838383. Windows color (decimal): -5279873 or 8351663. OLE color: 8351663.

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

Color convert

RGB175111127-
CMYK00.370.270.31
HSL345º28.57%56.08%-
HSV(B)345º36.57%68.63%-
XYZ27.1922.0222.89-
YUV131.96125.2158.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 127 (50% from 255) = 30.75%
R=42.37%
G=26.88%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511112700.370.270.3134528.5756.08
HexAF6F7F0251B1F1591d38
Octal25715717704533375313570
Binary10101111110111111111110100101110111111110101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F7F; }

 p { color: rgb(175,111,127); }

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

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

 a { background-color: rgb(175,111,127); }

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

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

 span { border-color: rgb(175,111,127); }

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