Html Css Color HEX #A07182 Tapestry

📋 copy color: '#A07182'

red 160 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #A07182

Tints of Tapestry #A07182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 39.7%
G = 28.04%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A07182 (or 0xA07182) is known color: Tapestry. HEX triplet: A0, 71 and 82. RGB value is (160,113,130). Sum of RGB (Red+Green+Blue) = 160+113+130=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A07182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07182 is #5F8E7D. Grayscale: #808080. Windows color (decimal): -6262398 or 8548768. OLE color: 8548768.

HSL color Cylindrical-coordinate representation of color #A07182: hue angle of 338.3º degrees, saturation: 0.2, 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 #A07182 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 130 -
CMYK 0 0.29 0.19 0.37
HSL 338.3º 0.2% 0.54% -
HSV(B) 338.3º 0.29% 0.63% -
XYZ 24.43 20.9 23.86 -
YUV 128.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 160 113 130 0 0.29 0.19 0.37 338.3 0.2 0.54
Hex A0 71 82 0 1D 13 25 152 14 36
Octal 240 161 202 0 35 23 45 522 24 66
Binary 10100000 1110001 10000010 0 11101 10011 100101 101010010 10100 110110

Color Harmonies of #A07182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07182

Black with #A07182

Text Example


Text Example

White with #A07182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07182; }

 p { color: rgb(160,113,130); }

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

background-color css

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

 a { background-color: rgb(160,113,130); }

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

border-color css

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

 span { border-color: rgb(160,113,130); }

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