#AF607B

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

Shades of Tapestry #AF607B

Tints of Tapestry #AF607B

Color information

#AF607B (or 0xAF607B) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 7B. RGB value is (175,96,123). Sum of RGB (Red+Green+Blue) = 175+96+123=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607B is #509F84. Grayscale: #7A7A7A. Windows color (decimal): -5283717 or 8085679. OLE color: 8085679.

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

Color convert

RGB17596123-
CMYK00.450.300.31
HSL339.49º33.05%53.14%-
HSV(B)339.49º45.14%68.63%-
XYZ25.4418.9121.05-
YUV122.7128.17165.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=44.42%
G=24.37%
B=31.22%

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
Decimal1759612300.450.300.31339.4933.0553.14
HexAF607B02D1E1F1532135
Octal25714017305536375234165
Binary101011111100000111101101011011111011111101010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF607B; }

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

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

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

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

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

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

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

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