#AF6B8A

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

Shades of Tapestry #AF6B8A

Tints of Tapestry #AF6B8A

Color information

#AF6B8A (or 0xAF6B8A) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 8A. RGB value is (175,107,138). Sum of RGB (Red+Green+Blue) = 175+107+138=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B8A is #509475. Grayscale: #828282. Windows color (decimal): -5280886 or 9071535. OLE color: 9071535.

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

Color convert

RGB175107138-
CMYK00.390.210.31
HSL332.65º29.82%55.29%-
HSV(B)332.65º38.86%68.63%-
XYZ27.5221.4626.74-
YUV130.87132.03159.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=41.67%
G=25.48%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510713800.390.210.31332.6529.8255.29
HexAF6B8A027151F14d1e37
Octal25715321204725375153667
Binary101011111101011100010100100111101011111110100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B8A; }

 p { color: rgb(175,107,138); }

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

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

 a { background-color: rgb(175,107,138); }

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

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

 span { border-color: rgb(175,107,138); }

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