#AF667B

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

Shades of Tapestry #AF667B

Tints of Tapestry #AF667B

Color information

#AF667B (or 0xAF667B) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 7B. RGB value is (175,102,123). Sum of RGB (Red+Green+Blue) = 175+102+123=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667B is #509984. Grayscale: #7E7E7E. Windows color (decimal): -5282181 or 8087215. OLE color: 8087215.

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

Color convert

RGB175102123-
CMYK00.420.300.31
HSL342.74º31.33%54.31%-
HSV(B)342.74º41.71%68.63%-
XYZ26.0120.0521.24-
YUV126.22126.18162.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=43.75%
G=25.5%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510212300.420.300.31342.7431.3354.31
HexAF667B02A1E1F1571f36
Octal25714617305236375273766
Binary10101111110011011110110101010111101111110101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF667B; }

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

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

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

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

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

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

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

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