#AF698A

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

Shades of Tapestry #AF698A

Tints of Tapestry #AF698A

Color information

#AF698A (or 0xAF698A) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 8A. RGB value is (175,105,138). Sum of RGB (Red+Green+Blue) = 175+105+138=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698A is #509675. Grayscale: #818181. Windows color (decimal): -5281398 or 9071023. OLE color: 9071023.

HSL color Cylindrical-coordinate representation of color #AF698A: hue angle of 331.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF698A is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175105138-
CMYK00.400.210.31
HSL331.71º30.43%54.9%-
HSV(B)331.71º40%68.63%-
XYZ27.3221.0526.67-
YUV129.69132.69160.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=41.87%
G=25.12%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510513800.400.210.31331.7130.4354.9
HexAF698A028151F14c1e37
Octal25715121205025375143667
Binary101011111101001100010100101000101011111110100110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF698A; }

 p { color: rgb(175,105,138); }

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

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

 a { background-color: rgb(175,105,138); }

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

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

 span { border-color: rgb(175,105,138); }

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