Html Css Color HEX #AA657D Tapestry

📋 copy color: '#AA657D'

red 170 ◦ green 101 ◦ blue 125

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

Shades of Tapestry #AA657D

Tints of Tapestry #AA657D

RGB

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

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

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

R = 42.93%
G = 25.51%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA657D (or 0xAA657D) is known color: Tapestry. HEX triplet: AA, 65 and 7D. RGB value is (170,101,125). Sum of RGB (Red+Green+Blue) = 170+101+125=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA657D is #559A82. Grayscale: #7C7C7C. Windows color (decimal): -5610115 or 8218026. OLE color: 8218026.

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

Color convert

RGB 170 101 125 -
CMYK 0 0.41 0.26 0.33
HSL 339.13º 0.29% 0.53% -
HSV(B) 339.13º 0.41% 0.67% -
XYZ 24.93 19.33 21.82 -
YUV 124.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 170 101 125 0 0.41 0.26 0.33 339.13 0.29 0.53
Hex AA 65 7D 0 29 1A 21 153 1D 35
Octal 252 145 175 0 51 32 41 523 35 65
Binary 10101010 1100101 1111101 0 101001 11010 100001 101010011 11101 110101

Color Harmonies of #AA657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA657D

Black with #AA657D

Text Example


Text Example

White with #AA657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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