#AF6B83

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

Shades of Tapestry #AF6B83

Tints of Tapestry #AF6B83

Color information

#AF6B83 (or 0xAF6B83) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 83. RGB value is (175,107,131). Sum of RGB (Red+Green+Blue) = 175+107+131=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B83 is #50947C. Grayscale: #828282. Windows color (decimal): -5280893 or 8612783. OLE color: 8612783.

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

Color convert

RGB175107131-
CMYK00.390.250.31
HSL338.82º29.82%55.29%-
HSV(B)338.82º38.86%68.63%-
XYZ27.0321.2724.15-
YUV130.07128.53160.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=42.37%
G=25.91%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510713100.390.250.31338.8229.8255.29
HexAF6B83027191F1531e37
Octal25715320304731375233667
Binary101011111101011100000110100111110011111110101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B83; }

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

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

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

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

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

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

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

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