Html Css Color HEX #AA7E85 Tapestry

📋 copy color: '#AA7E85'

red 170 ◦ green 126 ◦ blue 133

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

Shades of Tapestry #AA7E85

Tints of Tapestry #AA7E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

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

R = 39.63%
G = 29.37%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA7E85 (or 0xAA7E85) is known color: Tapestry. HEX triplet: AA, 7E and 85. RGB value is (170,126,133). Sum of RGB (Red+Green+Blue) = 170+126+133=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E85 is #55817A. Grayscale: #8B8B8B. Windows color (decimal): -5603707 or 8748714. OLE color: 8748714.

HSL color Cylindrical-coordinate representation of color #AA7E85: hue angle of 350.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E85 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 133 -
CMYK 0 0.26 0.22 0.33
HSL 350.45º 0.21% 0.58% -
HSV(B) 350.45º 0.26% 0.67% -
XYZ 28.27 25.16 25.56 -
YUV 139.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 170 126 133 0 0.26 0.22 0.33 350.45 0.21 0.58
Hex AA 7E 85 0 1A 16 21 15E 15 3A
Octal 252 176 205 0 32 26 41 536 25 72
Binary 10101010 1111110 10000101 0 11010 10110 100001 101011110 10101 111010

Color Harmonies of #AA7E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E85

Black with #AA7E85

Text Example


Text Example

White with #AA7E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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