Html Css Color HEX #A7697F Tapestry

📋 copy color: '#A7697F'

red 167 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #A7697F

Tints of Tapestry #A7697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 41.85%
G = 26.32%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7697F (or 0xA7697F) is known color: Tapestry. HEX triplet: A7, 69 and 7F. RGB value is (167,105,127). Sum of RGB (Red+Green+Blue) = 167+105+127=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A7697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7697F is #589680. Grayscale: #7E7E7E. Windows color (decimal): -5805697 or 8350119. OLE color: 8350119.

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

Color convert

RGB 167 105 127 -
CMYK 0 0.37 0.24 0.35
HSL 338.71º 0.26% 0.53% -
HSV(B) 338.71º 0.37% 0.65% -
XYZ 24.82 19.85 22.6 -
YUV 126.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 167 105 127 0 0.37 0.24 0.35 338.71 0.26 0.53
Hex A7 69 7F 0 25 18 23 153 1A 35
Octal 247 151 177 0 45 30 43 523 32 65
Binary 10100111 1101001 1111111 0 100101 11000 100011 101010011 11010 110101

Color Harmonies of #A7697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7697F

Black with #A7697F

Text Example


Text Example

White with #A7697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7697F; }

 p { color: rgb(167,105,127); }

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

background-color css

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

 a { background-color: rgb(167,105,127); }

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

border-color css

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

 span { border-color: rgb(167,105,127); }

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