#AF667D

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

Shades of Tapestry #AF667D

Tints of Tapestry #AF667D

Color information

#AF667D (or 0xAF667D) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 7D. RGB value is (175,102,125). Sum of RGB (Red+Green+Blue) = 175+102+125=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667D is #509982. Grayscale: #7E7E7E. Windows color (decimal): -5282179 or 8218287. OLE color: 8218287.

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

Color convert

RGB175102125-
CMYK00.420.290.31
HSL341.1º31.33%54.31%-
HSV(B)341.1º41.71%68.63%-
XYZ26.1320.121.9-
YUV126.45127.18162.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=43.53%
G=25.37%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510212500.420.290.31341.131.3354.31
HexAF667D02A1D1F1551f36
Octal25714617505235375253766
Binary10101111110011011111010101010111011111110101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF667D; }

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

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

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

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

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

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

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

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