Html Css Color HEX #AA6078 Tapestry

📋 copy color: '#AA6078'

red 170 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #AA6078

Tints of Tapestry #AA6078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 44.04%
G = 24.87%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6078 (or 0xAA6078) is known color: Tapestry. HEX triplet: AA, 60 and 78. RGB value is (170,96,120). Sum of RGB (Red+Green+Blue) = 170+96+120=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6078 is #559F87. Grayscale: #787878. Windows color (decimal): -5611400 or 7889066. OLE color: 7889066.

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

Color convert

RGB 170 96 120 -
CMYK 0 0.44 0.29 0.33
HSL 340.54º 0.3% 0.52% -
HSV(B) 340.54º 0.44% 0.67% -
XYZ 24.15 18.27 20.02 -
YUV 120.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 170 96 120 0 0.44 0.29 0.33 340.54 0.3 0.52
Hex AA 60 78 0 2C 1D 21 155 1E 34
Octal 252 140 170 0 54 35 41 525 36 64
Binary 10101010 1100000 1111000 0 101100 11101 100001 101010101 11110 110100

Color Harmonies of #AA6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6078

Black with #AA6078

Text Example


Text Example

White with #AA6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6078; }

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

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

background-color css

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

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

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

border-color css

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

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

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