Html Css Color HEX #A07584 Tapestry

📋 copy color: '#A07584'

red 160 ◦ green 117 ◦ blue 132

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

Shades of Tapestry #A07584

Tints of Tapestry #A07584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 39.12%
G = 28.61%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A07584 (or 0xA07584) is known color: Tapestry. HEX triplet: A0, 75 and 84. RGB value is (160,117,132). Sum of RGB (Red+Green+Blue) = 160+117+132=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07584 is #5F8A7B. Grayscale: #838383. Windows color (decimal): -6261372 or 8680864. OLE color: 8680864.

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

Color convert

RGB 160 117 132 -
CMYK 0 0.27 0.17 0.37
HSL 339.07º 0.18% 0.54% -
HSV(B) 339.07º 0.27% 0.63% -
XYZ 25.02 21.86 24.73 -
YUV 131.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 160 117 132 0 0.27 0.17 0.37 339.07 0.18 0.54
Hex A0 75 84 0 1B 11 25 153 12 36
Octal 240 165 204 0 33 21 45 523 22 66
Binary 10100000 1110101 10000100 0 11011 10001 100101 101010011 10010 110110

Color Harmonies of #A07584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07584

Black with #A07584

Text Example


Text Example

White with #A07584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07584; }

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

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

background-color css

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

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

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

border-color css

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

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

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