Html Css Color HEX #A7687E Tapestry

📋 copy color: '#A7687E'

red 167 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #A7687E

Tints of Tapestry #A7687E

RGB

 RED value IS 167 (65.63% from 255) = 42.07%

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 42.07%
G = 26.2%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7687E (or 0xA7687E) is known color: Tapestry. HEX triplet: A7, 68 and 7E. RGB value is (167,104,126). Sum of RGB (Red+Green+Blue) = 167+104+126=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7687E is #589781. Grayscale: #7D7D7D. Windows color (decimal): -5805954 or 8284327. OLE color: 8284327.

HSL color Cylindrical-coordinate representation of color #A7687E: hue angle of 339.05º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7687E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 104 126 -
CMYK 0 0.38 0.25 0.35
HSL 339.05º 0.26% 0.53% -
HSV(B) 339.05º 0.38% 0.65% -
XYZ 24.65 19.62 22.23 -
YUV 125.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 167 104 126 0 0.38 0.25 0.35 339.05 0.26 0.53
Hex A7 68 7E 0 26 19 23 153 1A 35
Octal 247 150 176 0 46 31 43 523 32 65
Binary 10100111 1101000 1111110 0 100110 11001 100011 101010011 11010 110101

Color Harmonies of #A7687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7687E

Black with #A7687E

Text Example


Text Example

White with #A7687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7687E; }

 p { color: rgb(167,104,126); }

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

background-color css

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

 a { background-color: rgb(167,104,126); }

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

border-color css

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

 span { border-color: rgb(167,104,126); }

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