#AF838A

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

Shades of Tapestry #AF838A

Tints of Tapestry #AF838A

Color information

#AF838A (or 0xAF838A) is unknown color: approx Tapestry. HEX triplet: AF, 83 and 8A. RGB value is (175,131,138). Sum of RGB (Red+Green+Blue) = 175+131+138=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838A is #507C75. Grayscale: #909090. Windows color (decimal): -5274742 or 9077679. OLE color: 9077679.

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

Color convert

RGB175131138-
CMYK00.250.210.31
HSL350.45º21.57%60%-
HSV(B)350.45º25.14%68.63%-
XYZ30.3827.1827.69-
YUV144.95124.08149.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=39.41%
G=29.50%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513113800.250.210.31350.4521.5760
HexAF838A019151F15e163c
Octal25720321203125375362674
Binary101011111000001110001010011001101011111110101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF838A; }

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

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

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

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

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

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

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

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