Html Css Color HEX #AA6B7D Tapestry

📋 copy color: '#AA6B7D'

red 170 ◦ green 107 ◦ blue 125

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

Shades of Tapestry #AA6B7D

Tints of Tapestry #AA6B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 42.29%
G = 26.62%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA6B7D (or 0xAA6B7D) is known color: Tapestry. HEX triplet: AA, 6B and 7D. RGB value is (170,107,125). Sum of RGB (Red+Green+Blue) = 170+107+125=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B7D is #559482. Grayscale: #7F7F7F. Windows color (decimal): -5608579 or 8219562. OLE color: 8219562.

HSL color Cylindrical-coordinate representation of color #AA6B7D: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6B7D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 125 -
CMYK 0 0.37 0.26 0.33
HSL 342.86º 0.27% 0.54% -
HSV(B) 342.86º 0.37% 0.67% -
XYZ 25.54 20.54 22.02 -
YUV 127.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 170 107 125 0 0.37 0.26 0.33 342.86 0.27 0.54
Hex AA 6B 7D 0 25 1A 21 157 1B 36
Octal 252 153 175 0 45 32 41 527 33 66
Binary 10101010 1101011 1111101 0 100101 11010 100001 101010111 11011 110110

Color Harmonies of #AA6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B7D

Black with #AA6B7D

Text Example


Text Example

White with #AA6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B7D; }

 p { color: rgb(170,107,125); }

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

background-color css

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

 a { background-color: rgb(170,107,125); }

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

border-color css

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

 span { border-color: rgb(170,107,125); }

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