#AF667F

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

Shades of Tapestry #AF667F

Tints of Tapestry #AF667F

Color information

#AF667F (or 0xAF667F) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 7F. RGB value is (175,102,127). Sum of RGB (Red+Green+Blue) = 175+102+127=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667F is #509980. Grayscale: #7E7E7E. Windows color (decimal): -5282177 or 8349359. OLE color: 8349359.

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

Color convert

RGB175102127-
CMYK00.420.270.31
HSL339.45º31.33%54.31%-
HSV(B)339.45º41.71%68.63%-
XYZ26.2620.1522.58-
YUV126.68128.18162.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 127 (50% from 255) = 31.44%
R=43.32%
G=25.25%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510212700.420.270.31339.4531.3354.31
HexAF667F02A1B1F1531f36
Octal25714617705233375233766
Binary10101111110011011111110101010110111111110101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF667F; }

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

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

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

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

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

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

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

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