Html Css Color HEX #AA7081 Tapestry

📋 copy color: '#AA7081'

red 170 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #AA7081

Tints of Tapestry #AA7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 41.36%
G = 27.25%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA7081 (or 0xAA7081) is known color: Tapestry. HEX triplet: AA, 70 and 81. RGB value is (170,112,129). Sum of RGB (Red+Green+Blue) = 170+112+129=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7081 is #558F7E. Grayscale: #838383. Windows color (decimal): -5607295 or 8482986. OLE color: 8482986.

HSL color Cylindrical-coordinate representation of color #AA7081: hue angle of 342.41º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7081 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 129 -
CMYK 0 0.34 0.24 0.33
HSL 342.41º 0.25% 0.55% -
HSV(B) 342.41º 0.34% 0.67% -
XYZ 26.33 21.72 23.57 -
YUV 131.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 170 112 129 0 0.34 0.24 0.33 342.41 0.25 0.55
Hex AA 70 81 0 22 18 21 156 19 37
Octal 252 160 201 0 42 30 41 526 31 67
Binary 10101010 1110000 10000001 0 100010 11000 100001 101010110 11001 110111

Color Harmonies of #AA7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7081

Black with #AA7081

Text Example


Text Example

White with #AA7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7081; }

 p { color: rgb(170,112,129); }

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

background-color css

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

 a { background-color: rgb(170,112,129); }

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

border-color css

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

 span { border-color: rgb(170,112,129); }

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