Html Css Color HEX #AA7481 Tapestry

📋 copy color: '#AA7481'

red 170 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #AA7481

Tints of Tapestry #AA7481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 40.96%
G = 27.95%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA7481 (or 0xAA7481) is known color: Tapestry. HEX triplet: AA, 74 and 81. RGB value is (170,116,129). Sum of RGB (Red+Green+Blue) = 170+116+129=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7481 is #558B7E. Grayscale: #858585. Windows color (decimal): -5606271 or 8484010. OLE color: 8484010.

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

Color convert

RGB 170 116 129 -
CMYK 0 0.32 0.24 0.33
HSL 345.56º 0.24% 0.56% -
HSV(B) 345.56º 0.32% 0.67% -
XYZ 26.79 22.62 23.72 -
YUV 133.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 170 116 129 0 0.32 0.24 0.33 345.56 0.24 0.56
Hex AA 74 81 0 20 18 21 15A 18 38
Octal 252 164 201 0 40 30 41 532 30 70
Binary 10101010 1110100 10000001 0 100000 11000 100001 101011010 11000 111000

Color Harmonies of #AA7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7481

Black with #AA7481

Text Example


Text Example

White with #AA7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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