#AF818A

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

Shades of Tapestry #AF818A

Tints of Tapestry #AF818A

Color information

#AF818A (or 0xAF818A) is unknown color: approx Tapestry. HEX triplet: AF, 81 and 8A. RGB value is (175,129,138). Sum of RGB (Red+Green+Blue) = 175+129+138=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818A is #507E75. Grayscale: #8F8F8F. Windows color (decimal): -5275254 or 9077167. OLE color: 9077167.

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

Color convert

RGB175129138-
CMYK00.260.210.31
HSL348.26º22.33%59.61%-
HSV(B)348.26º26.29%68.63%-
XYZ30.1226.6527.6-
YUV143.78124.74150.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=39.59%
G=29.19%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512913800.260.210.31348.2622.3359.61
HexAF818A01A151F15c163c
Octal25720121203225375342674
Binary101011111000000110001010011010101011111110101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF818A; }

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

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

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

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

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

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

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

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