Html Css Color HEX #AA607D Tapestry

📋 copy color: '#AA607D'

red 170 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #AA607D

Tints of Tapestry #AA607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.55%

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

R = 43.48%
G = 24.55%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA607D (or 0xAA607D) is known color: Tapestry. HEX triplet: AA, 60 and 7D. RGB value is (170,96,125). Sum of RGB (Red+Green+Blue) = 170+96+125=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA607D is #559F82. Grayscale: #797979. Windows color (decimal): -5611395 or 8216746. OLE color: 8216746.

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

Color convert

RGB 170 96 125 -
CMYK 0 0.44 0.26 0.33
HSL 336.49º 0.3% 0.52% -
HSV(B) 336.49º 0.44% 0.67% -
XYZ 24.46 18.39 21.66 -
YUV 121.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 170 96 125 0 0.44 0.26 0.33 336.49 0.3 0.52
Hex AA 60 7D 0 2C 1A 21 150 1E 34
Octal 252 140 175 0 54 32 41 520 36 64
Binary 10101010 1100000 1111101 0 101100 11010 100001 101010000 11110 110100

Color Harmonies of #AA607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA607D

Black with #AA607D

Text Example


Text Example

White with #AA607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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