Html Css Color HEX #AA647B Tapestry

📋 copy color: '#AA647B'

red 170 ◦ green 100 ◦ blue 123

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

Shades of Tapestry #AA647B

Tints of Tapestry #AA647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 43.26%
G = 25.45%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA647B (or 0xAA647B) is known color: Tapestry. HEX triplet: AA, 64 and 7B. RGB value is (170,100,123). Sum of RGB (Red+Green+Blue) = 170+100+123=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA647B is #559B84. Grayscale: #7B7B7B. Windows color (decimal): -5610373 or 8086698. OLE color: 8086698.

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

Color convert

RGB 170 100 123 -
CMYK 0 0.41 0.28 0.33
HSL 340.29º 0.29% 0.53% -
HSV(B) 340.29º 0.41% 0.67% -
XYZ 24.71 19.09 21.12 -
YUV 123.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 170 100 123 0 0.41 0.28 0.33 340.29 0.29 0.53
Hex AA 64 7B 0 29 1C 21 154 1D 35
Octal 252 144 173 0 51 34 41 524 35 65
Binary 10101010 1100100 1111011 0 101001 11100 100001 101010100 11101 110101

Color Harmonies of #AA647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA647B

Black with #AA647B

Text Example


Text Example

White with #AA647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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