#AF6A8B

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

Shades of Tapestry #AF6A8B

Tints of Tapestry #AF6A8B

Color information

#AF6A8B (or 0xAF6A8B) is unknown color: approx Tapestry. HEX triplet: AF, 6A and 8B. RGB value is (175,106,139). Sum of RGB (Red+Green+Blue) = 175+106+139=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A8B is #509574. Grayscale: #828282. Windows color (decimal): -5281141 or 9136815. OLE color: 9136815.

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

Color convert

RGB175106139-
CMYK00.390.210.31
HSL331.3º30.13%55.1%-
HSV(B)331.3º39.43%68.63%-
XYZ27.4921.2927.09-
YUV130.39132.86159.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=41.67%
G=25.24%
B=33.10%

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
Decimal17510613900.390.210.31331.330.1355.1
HexAF6A8B027151F14b1e37
Octal25715221304725375133667
Binary101011111101010100010110100111101011111110100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A8B; }

 p { color: rgb(175,106,139); }

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

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

 a { background-color: rgb(175,106,139); }

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

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

 span { border-color: rgb(175,106,139); }

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