#af687a

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

Shades of Tapestry #AF687A

Tints of Tapestry #AF687A

Color information

#AF687A (or 0xAF687A) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 7A. RGB value is (175,104,122). Sum of RGB (Red+Green+Blue) = 175+104+122=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687A is #509785. Grayscale: #7F7F7F. Windows color (decimal): -5281670 or 8022191. OLE color: 8022191.

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

Color convert

RGB175104122-
CMYK00.410.300.31
HSL344.79º30.74%54.71%-
HSV(B)344.79º40.57%68.63%-
XYZ26.1420.4220.98-
YUV127.28125.02162.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=43.64%
G=25.94%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510412200.410.300.31344.7930.7454.71
HexAF687A0291E1F1591f37
Octal25715017205136375313767
Binary10101111110100011110100101001111101111110101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af687a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af687a; }

 p { color: rgb(175,104,122); }

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

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

 a { background-color: rgb(175,104,122); }

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

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

 span { border-color: rgb(175,104,122); }

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