Html Css Color HEX #A07784 Tapestry

📋 copy color: '#A07784'

red 160 ◦ green 119 ◦ blue 132

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

Shades of Tapestry #A07784

Tints of Tapestry #A07784

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 38.93%
G = 28.95%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A07784 (or 0xA07784) is known color: Tapestry. HEX triplet: A0, 77 and 84. RGB value is (160,119,132). Sum of RGB (Red+Green+Blue) = 160+119+132=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07784 is #5F887B. Grayscale: #848484. Windows color (decimal): -6260860 or 8681376. OLE color: 8681376.

HSL color Cylindrical-coordinate representation of color #A07784: hue angle of 340.98º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07784 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 132 -
CMYK 0 0.26 0.17 0.37
HSL 340.98º 0.18% 0.55% -
HSV(B) 340.98º 0.26% 0.63% -
XYZ 25.26 22.33 24.81 -
YUV 132.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 160 119 132 0 0.26 0.17 0.37 340.98 0.18 0.55
Hex A0 77 84 0 1A 11 25 155 12 37
Octal 240 167 204 0 32 21 45 525 22 67
Binary 10100000 1110111 10000100 0 11010 10001 100101 101010101 10010 110111

Color Harmonies of #A07784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07784

Black with #A07784

Text Example


Text Example

White with #A07784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07784; }

 p { color: rgb(160,119,132); }

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

background-color css

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

 a { background-color: rgb(160,119,132); }

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

border-color css

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

 span { border-color: rgb(160,119,132); }

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