#AF6B90

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

Shades of Tapestry #AF6B90

Tints of Tapestry #AF6B90

Color information

#AF6B90 (or 0xAF6B90) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 90. RGB value is (175,107,144). Sum of RGB (Red+Green+Blue) = 175+107+144=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B90 is #50946F. Grayscale: #838383. Windows color (decimal): -5280880 or 9464751. OLE color: 9464751.

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

Color convert

RGB175107144-
CMYK00.390.180.31
HSL327.35º29.82%55.29%-
HSV(B)327.35º38.86%68.63%-
XYZ27.9721.6429.09-
YUV131.55135.03158.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=41.08%
G=25.12%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510714400.390.180.31327.3529.8255.29
HexAF6B90027121F1471e37
Octal25715322004722375073667
Binary101011111101011100100000100111100101111110100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B90; }

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

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

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

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

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

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

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

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