#AF677E

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

Shades of Tapestry #AF677E

Tints of Tapestry #AF677E

Color information

#AF677E (or 0xAF677E) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 7E. RGB value is (175,103,126). Sum of RGB (Red+Green+Blue) = 175+103+126=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF677E is #509881. Grayscale: #7F7F7F. Windows color (decimal): -5281922 or 8284079. OLE color: 8284079.

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

Color convert

RGB175103126-
CMYK00.410.280.31
HSL340.83º31.03%54.51%-
HSV(B)340.83º41.14%68.63%-
XYZ26.320.3222.28-
YUV127.15127.35162.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=43.32%
G=25.50%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510312600.410.280.31340.8331.0354.51
HexAF677E0291C1F1551f37
Octal25714717605134375253767
Binary10101111110011111111100101001111001111110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF677E; }

 p { color: rgb(175,103,126); }

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

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

 a { background-color: rgb(175,103,126); }

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

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

 span { border-color: rgb(175,103,126); }

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