Html Css Color HEX #A07384 Tapestry

📋 copy color: '#A07384'

red 160 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #A07384

Tints of Tapestry #A07384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 39.31%
G = 28.26%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A07384 (or 0xA07384) is known color: Tapestry. HEX triplet: A0, 73 and 84. RGB value is (160,115,132). Sum of RGB (Red+Green+Blue) = 160+115+132=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A07384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07384 is #5F8C7B. Grayscale: #828282. Windows color (decimal): -6261884 or 8680352. OLE color: 8680352.

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

Color convert

RGB 160 115 132 -
CMYK 0 0.28 0.17 0.37
HSL 337.33º 0.19% 0.54% -
HSV(B) 337.33º 0.28% 0.63% -
XYZ 24.79 21.4 24.65 -
YUV 130.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 160 115 132 0 0.28 0.17 0.37 337.33 0.19 0.54
Hex A0 73 84 0 1C 11 25 151 13 36
Octal 240 163 204 0 34 21 45 521 23 66
Binary 10100000 1110011 10000100 0 11100 10001 100101 101010001 10011 110110

Color Harmonies of #A07384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07384

Black with #A07384

Text Example


Text Example

White with #A07384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07384; }

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

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

background-color css

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

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

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

border-color css

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

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

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