#AF6379

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

Shades of Tapestry #AF6379

Tints of Tapestry #AF6379

Color information

#AF6379 (or 0xAF6379) is unknown color: approx Tapestry. HEX triplet: AF, 63 and 79. RGB value is (175,99,121). Sum of RGB (Red+Green+Blue) = 175+99+121=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6379 is #509C86. Grayscale: #7C7C7C. Windows color (decimal): -5282951 or 7955375. OLE color: 7955375.

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

Color convert

RGB17599121-
CMYK00.430.310.31
HSL342.63º32.2%53.73%-
HSV(B)342.63º43.43%68.63%-
XYZ25.5919.4220.49-
YUV124.23126.18164.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=44.30%
G=25.06%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759912100.430.310.31342.6332.253.73
HexAF637902B1F1F1572036
Octal25714317105337375274066
Binary101011111100011111100101010111111111111101010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6379; }

 p { color: rgb(175,99,121); }

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

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

 a { background-color: rgb(175,99,121); }

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

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

 span { border-color: rgb(175,99,121); }

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