#AF727F

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

Shades of Tapestry #AF727F

Tints of Tapestry #AF727F

Color information

#AF727F (or 0xAF727F) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 7F. RGB value is (175,114,127). Sum of RGB (Red+Green+Blue) = 175+114+127=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727F is #508D80. Grayscale: #858585. Windows color (decimal): -5279105 or 8352431. OLE color: 8352431.

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

Color convert

RGB175114127-
CMYK00.350.270.31
HSL347.21º27.6%56.67%-
HSV(B)347.21º34.86%68.63%-
XYZ27.5322.6823.01-
YUV133.72124.21157.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 127 (50% from 255) = 30.53%
R=42.07%
G=27.40%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511412700.350.270.31347.2127.656.67
HexAF727F0231B1F15b1c39
Octal25716217704333375333471
Binary10101111111001011111110100011110111111110101101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF727F; }

 p { color: rgb(175,114,127); }

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

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

 a { background-color: rgb(175,114,127); }

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

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

 span { border-color: rgb(175,114,127); }

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