Html Css Color HEX #AA6A7B Tapestry

📋 copy color: '#AA6A7B'

red 170 ◦ green 106 ◦ blue 123

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

Shades of Tapestry #AA6A7B

Tints of Tapestry #AA6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 42.61%
G = 26.57%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA6A7B (or 0xAA6A7B) is known color: Tapestry. HEX triplet: AA, 6A and 7B. RGB value is (170,106,123). Sum of RGB (Red+Green+Blue) = 170+106+123=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A7B is #559584. Grayscale: #7F7F7F. Windows color (decimal): -5608837 or 8088234. OLE color: 8088234.

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

Color convert

RGB 170 106 123 -
CMYK 0 0.38 0.28 0.33
HSL 344.06º 0.27% 0.54% -
HSV(B) 344.06º 0.38% 0.67% -
XYZ 25.31 20.28 21.32 -
YUV 127.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 170 106 123 0 0.38 0.28 0.33 344.06 0.27 0.54
Hex AA 6A 7B 0 26 1C 21 158 1B 36
Octal 252 152 173 0 46 34 41 530 33 66
Binary 10101010 1101010 1111011 0 100110 11100 100001 101011000 11011 110110

Color Harmonies of #AA6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A7B

Black with #AA6A7B

Text Example


Text Example

White with #AA6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A7B; }

 p { color: rgb(170,106,123); }

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

background-color css

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

 a { background-color: rgb(170,106,123); }

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

border-color css

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

 span { border-color: rgb(170,106,123); }

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