#AF6B7F

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

Shades of Tapestry #AF6B7F

Tints of Tapestry #AF6B7F

Color information

#AF6B7F (or 0xAF6B7F) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 7F. RGB value is (175,107,127). Sum of RGB (Red+Green+Blue) = 175+107+127=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B7F is #509480. Grayscale: #818181. Windows color (decimal): -5280897 or 8350639. OLE color: 8350639.

HSL color Cylindrical-coordinate representation of color #AF6B7F: hue angle of 342.35º 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 #AF6B7F is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175107127-
CMYK00.390.270.31
HSL342.35º29.82%55.29%-
HSV(B)342.35º38.86%68.63%-
XYZ26.7721.1622.75-
YUV129.61126.53160.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 127 (50% from 255) = 31.05%
R=42.79%
G=26.16%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510712700.390.270.31342.3529.8255.29
HexAF6B7F0271B1F1561e37
Octal25715317704733375263667
Binary10101111110101111111110100111110111111110101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B7F; }

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

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

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

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

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

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

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

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