Html Css Color HEX #AA6683 Tapestry

📋 copy color: '#AA6683'

red 170 ◦ green 102 ◦ blue 131

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

Shades of Tapestry #AA6683

Tints of Tapestry #AA6683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 42.18%
G = 25.31%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA6683 (or 0xAA6683) is known color: Tapestry. HEX triplet: AA, 66 and 83. RGB value is (170,102,131). Sum of RGB (Red+Green+Blue) = 170+102+131=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6683 is #55997C. Grayscale: #7D7D7D. Windows color (decimal): -5609853 or 8611498. OLE color: 8611498.

HSL color Cylindrical-coordinate representation of color #AA6683: hue angle of 334.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6683 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 131 -
CMYK 0 0.4 0.23 0.33
HSL 334.41º 0.29% 0.53% -
HSV(B) 334.41º 0.4% 0.67% -
XYZ 25.43 19.69 23.93 -
YUV 125.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 170 102 131 0 0.4 0.23 0.33 334.41 0.29 0.53
Hex AA 66 83 0 28 17 21 14E 1D 35
Octal 252 146 203 0 50 27 41 516 35 65
Binary 10101010 1100110 10000011 0 101000 10111 100001 101001110 11101 110101

Color Harmonies of #AA6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6683

Black with #AA6683

Text Example


Text Example

White with #AA6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6683; }

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

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

background-color css

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

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

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

border-color css

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

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

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