Html Css Color HEX #AA6479 Tapestry

📋 copy color: '#AA6479'

red 170 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #AA6479

Tints of Tapestry #AA6479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 43.48%
G = 25.58%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6479 (or 0xAA6479) is known color: Tapestry. HEX triplet: AA, 64 and 79. RGB value is (170,100,121). Sum of RGB (Red+Green+Blue) = 170+100+121=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6479 is #559B86. Grayscale: #7B7B7B. Windows color (decimal): -5610375 or 7955626. OLE color: 7955626.

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

Color convert

RGB 170 100 121 -
CMYK 0 0.41 0.29 0.33
HSL 342º 0.29% 0.53% -
HSV(B) 342º 0.41% 0.67% -
XYZ 24.59 19.04 20.47 -
YUV 123.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 170 100 121 0 0.41 0.29 0.33 342 0.29 0.53
Hex AA 64 79 0 29 1D 21 156 1D 35
Octal 252 144 171 0 51 35 41 526 35 65
Binary 10101010 1100100 1111001 0 101001 11101 100001 101010110 11101 110101

Color Harmonies of #AA6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6479

Black with #AA6479

Text Example


Text Example

White with #AA6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6479; }

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

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

background-color css

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

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

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

border-color css

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

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

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