#AF6478

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

Shades of Tapestry #AF6478

Tints of Tapestry #AF6478

Color information

#AF6478 (or 0xAF6478) is unknown color: approx Tapestry. HEX triplet: AF, 64 and 78. RGB value is (175,100,120). Sum of RGB (Red+Green+Blue) = 175+100+120=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6478 is #509B87. Grayscale: #7C7C7C. Windows color (decimal): -5282696 or 7890095. OLE color: 7890095.

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

Color convert

RGB175100120-
CMYK00.430.310.31
HSL344º31.91%53.92%-
HSV(B)344º42.86%68.63%-
XYZ25.6319.5820.2-
YUV124.7125.35163.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=44.30%
G=25.32%
B=30.38%

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
Decimal17510012000.430.310.3134431.9153.92
HexAF647802B1F1F1582036
Octal25714417005337375304066
Binary101011111100100111100001010111111111111101011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6478; }

 p { color: rgb(175,100,120); }

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

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

 a { background-color: rgb(175,100,120); }

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

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

 span { border-color: rgb(175,100,120); }

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