Html Css Color HEX #A07383 Tapestry

📋 copy color: '#A07383'

red 160 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #A07383

Tints of Tapestry #A07383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 39.41%
G = 28.33%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A07383 (or 0xA07383) is known color: Tapestry. HEX triplet: A0, 73 and 83. RGB value is (160,115,131). Sum of RGB (Red+Green+Blue) = 160+115+131=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A07383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07383 is #5F8C7C. Grayscale: #828282. Windows color (decimal): -6261885 or 8614816. OLE color: 8614816.

HSL color Cylindrical-coordinate representation of color #A07383: hue angle of 338.67º 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 #A07383 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 131 -
CMYK 0 0.28 0.18 0.37
HSL 338.67º 0.19% 0.54% -
HSV(B) 338.67º 0.28% 0.63% -
XYZ 24.72 21.37 24.3 -
YUV 130.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 160 115 131 0 0.28 0.18 0.37 338.67 0.19 0.54
Hex A0 73 83 0 1C 12 25 153 13 36
Octal 240 163 203 0 34 22 45 523 23 66
Binary 10100000 1110011 10000011 0 11100 10010 100101 101010011 10011 110110

Color Harmonies of #A07383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07383

Black with #A07383

Text Example


Text Example

White with #A07383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07383; }

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

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

background-color css

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

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

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

border-color css

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

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

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