#AF898B

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

Shades of Tapestry #AF898B

Tints of Tapestry #AF898B

Color information

#AF898B (or 0xAF898B) is unknown color: approx Tapestry. HEX triplet: AF, 89 and 8B. RGB value is (175,137,139). Sum of RGB (Red+Green+Blue) = 175+137+139=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898B is #507674. Grayscale: #949494. Windows color (decimal): -5273205 or 9144751. OLE color: 9144751.

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

Color convert

RGB175137139-
CMYK00.220.210.31
HSL356.84º19.19%61.18%-
HSV(B)356.84º21.71%68.63%-
XYZ31.2928.8728.35-
YUV148.59122.59146.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=38.80%
G=30.38%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513713900.220.210.31356.8419.1961.18
HexAF898B016151F165133d
Octal25721121302625375452375
Binary101011111000100110001011010110101011111110110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF898B; }

 p { color: rgb(175,137,139); }

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

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

 a { background-color: rgb(175,137,139); }

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

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

 span { border-color: rgb(175,137,139); }

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