Html Css Color HEX #AA7581 Tapestry

📋 copy color: '#AA7581'

red 170 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #AA7581

Tints of Tapestry #AA7581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 40.87%
G = 28.13%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA7581 (or 0xAA7581) is known color: Tapestry. HEX triplet: AA, 75 and 81. RGB value is (170,117,129). Sum of RGB (Red+Green+Blue) = 170+117+129=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7581 is #558A7E. Grayscale: #868686. Windows color (decimal): -5606015 or 8484266. OLE color: 8484266.

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

Color convert

RGB 170 117 129 -
CMYK 0 0.31 0.24 0.33
HSL 346.42º 0.24% 0.56% -
HSV(B) 346.42º 0.31% 0.67% -
XYZ 26.9 22.85 23.76 -
YUV 134.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 170 117 129 0 0.31 0.24 0.33 346.42 0.24 0.56
Hex AA 75 81 0 1F 18 21 15A 18 38
Octal 252 165 201 0 37 30 41 532 30 70
Binary 10101010 1110101 10000001 0 11111 11000 100001 101011010 11000 111000

Color Harmonies of #AA7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7581

Black with #AA7581

Text Example


Text Example

White with #AA7581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7581; }

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

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

background-color css

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

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

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

border-color css

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

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

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