Html Css Color HEX #AA7685 Tapestry

📋 copy color: '#AA7685'

red 170 ◦ green 118 ◦ blue 133

#AA7685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AA7685

Tints of Tapestry #AA7685

RGB

 RED value IS 170 (66.8% from 255) = 40.38%

 GREEN value IS 118 (46.48% from 255) = 28.03%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 40.38%
G = 28.03%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA7685 (or 0xAA7685) is known color: Tapestry. HEX triplet: AA, 76 and 85. RGB value is (170,118,133). Sum of RGB (Red+Green+Blue) = 170+118+133=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7685 is #55897A. Grayscale: #878787. Windows color (decimal): -5605755 or 8746666. OLE color: 8746666.

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

Color convert

RGB 170 118 133 -
CMYK 0 0.31 0.22 0.33
HSL 342.69º 0.23% 0.56% -
HSV(B) 342.69º 0.31% 0.67% -
XYZ 27.29 23.2 25.23 -
YUV 135.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 170 118 133 0 0.31 0.22 0.33 342.69 0.23 0.56
Hex AA 76 85 0 1F 16 21 157 17 38
Octal 252 166 205 0 37 26 41 527 27 70
Binary 10101010 1110110 10000101 0 11111 10110 100001 101010111 10111 111000

Color Harmonies of #AA7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7685

Black with #AA7685

Text Example


Text Example

White with #AA7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7685; }

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

 H1.HeaderClassName
 {
   color: #AA7685;
 }
 .AnyTagClassName
 {
   color: #AA7685;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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