Html Css Color HEX #AA6181 Tapestry

📋 copy color: '#AA6181'

red 170 ◦ green 97 ◦ blue 129

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

Shades of Tapestry #AA6181

Tints of Tapestry #AA6181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

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

R = 42.93%
G = 24.49%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA6181 (or 0xAA6181) is known color: Tapestry. HEX triplet: AA, 61 and 81. RGB value is (170,97,129). Sum of RGB (Red+Green+Blue) = 170+97+129=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6181 is #559E7E. Grayscale: #7A7A7A. Windows color (decimal): -5611135 or 8479146. OLE color: 8479146.

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

Color convert

RGB 170 97 129 -
CMYK 0 0.43 0.24 0.33
HSL 333.7º 0.3% 0.52% -
HSV(B) 333.7º 0.43% 0.67% -
XYZ 24.81 18.68 23.07 -
YUV 122.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 170 97 129 0 0.43 0.24 0.33 333.7 0.3 0.52
Hex AA 61 81 0 2B 18 21 14E 1E 34
Octal 252 141 201 0 53 30 41 516 36 64
Binary 10101010 1100001 10000001 0 101011 11000 100001 101001110 11110 110100

Color Harmonies of #AA6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6181

Black with #AA6181

Text Example


Text Example

White with #AA6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6181; }

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

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

background-color css

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

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

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

border-color css

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

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

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