#AF6077

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

Shades of Tapestry #AF6077

Tints of Tapestry #AF6077

Color information

#AF6077 (or 0xAF6077) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 77. RGB value is (175,96,119). Sum of RGB (Red+Green+Blue) = 175+96+119=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6077 is #509F88. Grayscale: #7A7A7A. Windows color (decimal): -5283721 or 7823535. OLE color: 7823535.

HSL color Cylindrical-coordinate representation of color #AF6077: hue angle of 342.53º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6077 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17596119-
CMYK00.450.320.31
HSL342.53º33.05%53.14%-
HSV(B)342.53º45.14%68.63%-
XYZ25.1918.8119.76-
YUV122.24126.17165.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=44.87%
G=24.62%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759611900.450.320.31342.5333.0553.14
HexAF607702D201F1572135
Octal25714016705540375274165
Binary1010111111000001110111010110110000011111101010111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6077; }

 p { color: rgb(175,96,119); }

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

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

 a { background-color: rgb(175,96,119); }

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

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

 span { border-color: rgb(175,96,119); }

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