Html Css Color HEX #AA6183 Tapestry

📋 copy color: '#AA6183'

red 170 ◦ green 97 ◦ blue 131

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

Shades of Tapestry #AA6183

Tints of Tapestry #AA6183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 42.71%
G = 24.37%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA6183 (or 0xAA6183) is known color: Tapestry. HEX triplet: AA, 61 and 83. RGB value is (170,97,131). Sum of RGB (Red+Green+Blue) = 170+97+131=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6183 is #559E7C. Grayscale: #7A7A7A. Windows color (decimal): -5611133 or 8610218. OLE color: 8610218.

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

Color convert

RGB 170 97 131 -
CMYK 0 0.43 0.23 0.33
HSL 332.05º 0.3% 0.52% -
HSV(B) 332.05º 0.43% 0.67% -
XYZ 24.95 18.73 23.77 -
YUV 122.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 170 97 131 0 0.43 0.23 0.33 332.05 0.3 0.52
Hex AA 61 83 0 2B 17 21 14C 1E 34
Octal 252 141 203 0 53 27 41 514 36 64
Binary 10101010 1100001 10000011 0 101011 10111 100001 101001100 11110 110100

Color Harmonies of #AA6183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6183

Black with #AA6183

Text Example


Text Example

White with #AA6183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6183; }

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

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

background-color css

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

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

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

border-color css

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

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

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