#AF607D

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

Shades of Tapestry #AF607D

Tints of Tapestry #AF607D

Color information

#AF607D (or 0xAF607D) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 7D. RGB value is (175,96,125). Sum of RGB (Red+Green+Blue) = 175+96+125=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607D is #509F82. Grayscale: #7A7A7A. Windows color (decimal): -5283715 or 8216751. OLE color: 8216751.

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

Color convert

RGB17596125-
CMYK00.450.290.31
HSL337.97º33.05%53.14%-
HSV(B)337.97º45.14%68.63%-
XYZ25.5618.9621.71-
YUV122.93129.17165.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=44.19%
G=24.24%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759612500.450.290.31337.9733.0553.14
HexAF607D02D1D1F1522135
Octal25714017505535375224165
Binary101011111100000111110101011011110111111101010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF607D; }

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

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

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

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

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

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

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

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