Html Css Color HEX #A07280 Tapestry

📋 copy color: '#A07280'

red 160 ◦ green 114 ◦ blue 128

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

Shades of Tapestry #A07280

Tints of Tapestry #A07280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 39.8%
G = 28.36%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A07280 (or 0xA07280) is known color: Tapestry. HEX triplet: A0, 72 and 80. RGB value is (160,114,128). Sum of RGB (Red+Green+Blue) = 160+114+128=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A07280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07280 is #5F8D7F. Grayscale: #818181. Windows color (decimal): -6262144 or 8417952. OLE color: 8417952.

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

Color convert

RGB 160 114 128 -
CMYK 0 0.29 0.20 0.37
HSL 341.74º 0.19% 0.54% -
HSV(B) 341.74º 0.29% 0.63% -
XYZ 24.41 21.07 23.2 -
YUV 129.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 160 114 128 0 0.29 0.20 0.37 341.74 0.19 0.54
Hex A0 72 80 0 1D 14 25 156 13 36
Octal 240 162 200 0 35 24 45 526 23 66
Binary 10100000 1110010 10000000 0 11101 10100 100101 101010110 10011 110110

Color Harmonies of #A07280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07280

Black with #A07280

Text Example


Text Example

White with #A07280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07280; }

 p { color: rgb(160,114,128); }

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

background-color css

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

 a { background-color: rgb(160,114,128); }

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

border-color css

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

 span { border-color: rgb(160,114,128); }

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