#AF6A88

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

Shades of Tapestry #AF6A88

Tints of Tapestry #AF6A88

Color information

#AF6A88 (or 0xAF6A88) is unknown color: approx Tapestry. HEX triplet: AF, 6A and 88. RGB value is (175,106,136). Sum of RGB (Red+Green+Blue) = 175+106+136=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A88 is #509577. Grayscale: #828282. Windows color (decimal): -5281144 or 8940207. OLE color: 8940207.

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

Color convert

RGB175106136-
CMYK00.390.220.31
HSL333.91º30.13%55.1%-
HSV(B)333.91º39.43%68.63%-
XYZ27.2821.225.95-
YUV130.05131.36160.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=41.97%
G=25.42%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510613600.390.220.31333.9130.1355.1
HexAF6A88027161F14e1e37
Octal25715221004726375163667
Binary101011111101010100010000100111101101111110100111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A88; }

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

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

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

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

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

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

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

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