Html Css Color HEX #AA657A Tapestry

📋 copy color: '#AA657A'

red 170 ◦ green 101 ◦ blue 122

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

Shades of Tapestry #AA657A

Tints of Tapestry #AA657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 43.26%
G = 25.7%
B = 31.04%

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

#AA657A (or 0xAA657A) is known color: Tapestry. HEX triplet: AA, 65 and 7A. RGB value is (170,101,122). Sum of RGB (Red+Green+Blue) = 170+101+122=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA657A is #559A85. Grayscale: #7C7C7C. Windows color (decimal): -5610118 or 8021418. OLE color: 8021418.

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

Color convert

RGB 170 101 122 -
CMYK 0 0.41 0.28 0.33
HSL 341.74º 0.29% 0.53% -
HSV(B) 341.74º 0.41% 0.67% -
XYZ 24.74 19.26 20.83 -
YUV 124.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 170 101 122 0 0.41 0.28 0.33 341.74 0.29 0.53
Hex AA 65 7A 0 29 1C 21 156 1D 35
Octal 252 145 172 0 51 34 41 526 35 65
Binary 10101010 1100101 1111010 0 101001 11100 100001 101010110 11101 110101

Color Harmonies of #AA657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA657A

Black with #AA657A

Text Example


Text Example

White with #AA657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA657A; }

 p { color: rgb(170,101,122); }

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

background-color css

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

 a { background-color: rgb(170,101,122); }

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

border-color css

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

 span { border-color: rgb(170,101,122); }

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