Html Css Color HEX #AA6185 Tapestry

📋 copy color: '#AA6185'

red 170 ◦ green 97 ◦ blue 133

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

Shades of Tapestry #AA6185

Tints of Tapestry #AA6185

RGB

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

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

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

R = 42.5%
G = 24.25%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA6185 (or 0xAA6185) is known color: Tapestry. HEX triplet: AA, 61 and 85. RGB value is (170,97,133). Sum of RGB (Red+Green+Blue) = 170+97+133=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6185 is #559E7A. Grayscale: #7A7A7A. Windows color (decimal): -5611131 or 8741290. OLE color: 8741290.

HSL color Cylindrical-coordinate representation of color #AA6185: hue angle of 330.41º 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 #AA6185 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 133 -
CMYK 0 0.43 0.22 0.33
HSL 330.41º 0.3% 0.52% -
HSV(B) 330.41º 0.43% 0.67% -
XYZ 25.09 18.79 24.49 -
YUV 122.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 170 97 133 0 0.43 0.22 0.33 330.41 0.3 0.52
Hex AA 61 85 0 2B 16 21 14A 1E 34
Octal 252 141 205 0 53 26 41 512 36 64
Binary 10101010 1100001 10000101 0 101011 10110 100001 101001010 11110 110100

Color Harmonies of #AA6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6185

Black with #AA6185

Text Example


Text Example

White with #AA6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6185; }

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

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

background-color css

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

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

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

border-color css

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

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

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