#AF748A

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

Shades of Tapestry #AF748A

Tints of Tapestry #AF748A

Color information

#AF748A (or 0xAF748A) is unknown color: approx Tapestry. HEX triplet: AF, 74 and 8A. RGB value is (175,116,138). Sum of RGB (Red+Green+Blue) = 175+116+138=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF748A is #508B75. Grayscale: #888888. Windows color (decimal): -5278582 or 9073839. OLE color: 9073839.

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

Color convert

RGB175116138-
CMYK00.340.210.31
HSL337.63º26.94%57.06%-
HSV(B)337.63º33.71%68.63%-
XYZ28.5123.4427.07-
YUV136.15129.05155.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=40.79%
G=27.04%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511613800.340.210.31337.6326.9457.06
HexAF748A022151F1521b39
Octal25716421204225375223371
Binary101011111110100100010100100010101011111110101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF748A; }

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

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

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

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

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

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

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

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