#AA7683

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

Shades of Tapestry #AA7683

Tints of Tapestry #AA7683

Color information

#AA7683 (or 0xAA7683) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 83. RGB value is (170,118,131). Sum of RGB (Red+Green+Blue) = 170+118+131=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7683 is #55897C. Grayscale: #878787. Windows color (decimal): -5605757 or 8615594. OLE color: 8615594.

HSL color Cylindrical-coordinate representation of color #AA7683: hue angle of 345º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7683 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB170118131-
CMYK00.310.230.33
HSL345º23.42%56.47%-
HSV(B)345º30.59%66.67%-
XYZ27.1523.1424.51-
YUV135.03125.73152.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=40.57%
G=28.16%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011813100.310.230.3334523.4256.47
HexAA768301F17211591738
Octal25216620303727415312770
Binary101010101110110100000110111111011110000110101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7683; }

 p { color: rgb(170,118,131); }

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

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

 a { background-color: rgb(170,118,131); }

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

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

 span { border-color: rgb(170,118,131); }

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