Html Css Color HEX #A07686 Tapestry

📋 copy color: '#A07686'

red 160 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #A07686

Tints of Tapestry #A07686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 38.83%
G = 28.64%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A07686 (or 0xA07686) is known color: Tapestry. HEX triplet: A0, 76 and 86. RGB value is (160,118,134). Sum of RGB (Red+Green+Blue) = 160+118+134=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07686 is #5F8979. Grayscale: #848484. Windows color (decimal): -6261114 or 8812192. OLE color: 8812192.

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

Color convert

RGB 160 118 134 -
CMYK 0 0.26 0.16 0.37
HSL 337.14º 0.18% 0.55% -
HSV(B) 337.14º 0.26% 0.63% -
XYZ 25.28 22.15 25.5 -
YUV 132.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 160 118 134 0 0.26 0.16 0.37 337.14 0.18 0.55
Hex A0 76 86 0 1A 10 25 151 12 37
Octal 240 166 206 0 32 20 45 521 22 67
Binary 10100000 1110110 10000110 0 11010 10000 100101 101010001 10010 110111

Color Harmonies of #A07686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07686

Black with #A07686

Text Example


Text Example

White with #A07686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07686; }

 p { color: rgb(160,118,134); }

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

background-color css

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

 a { background-color: rgb(160,118,134); }

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

border-color css

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

 span { border-color: rgb(160,118,134); }

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