#AF607A

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

Shades of Tapestry #AF607A

Tints of Tapestry #AF607A

Color information

#AF607A (or 0xAF607A) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 7A. RGB value is (175,96,122). Sum of RGB (Red+Green+Blue) = 175+96+122=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607A is #509F85. Grayscale: #7A7A7A. Windows color (decimal): -5283718 or 8020143. OLE color: 8020143.

HSL color Cylindrical-coordinate representation of color #AF607A: hue angle of 340.25º 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 #AF607A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17596122-
CMYK00.450.300.31
HSL340.25º33.05%53.14%-
HSV(B)340.25º45.14%68.63%-
XYZ25.3718.8820.72-
YUV122.58127.67165.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=44.53%
G=24.43%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759612200.450.300.31340.2533.0553.14
HexAF607A02D1E1F1542135
Octal25714017205536375244165
Binary101011111100000111101001011011111011111101010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF607A; }

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

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

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

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

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

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

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

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