Html Css Color HEX #A7697D Tapestry

📋 copy color: '#A7697D'

red 167 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #A7697D

Tints of Tapestry #A7697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 42.07%
G = 26.45%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7697D (or 0xA7697D) is known color: Tapestry. HEX triplet: A7, 69 and 7D. RGB value is (167,105,125). Sum of RGB (Red+Green+Blue) = 167+105+125=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7697D is #589682. Grayscale: #7D7D7D. Windows color (decimal): -5805699 or 8219047. OLE color: 8219047.

HSL color Cylindrical-coordinate representation of color #A7697D: hue angle of 340.65º 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 #A7697D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 125 -
CMYK 0 0.37 0.25 0.35
HSL 340.65º 0.26% 0.53% -
HSV(B) 340.65º 0.37% 0.65% -
XYZ 24.69 19.8 21.92 -
YUV 125.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 167 105 125 0 0.37 0.25 0.35 340.65 0.26 0.53
Hex A7 69 7D 0 25 19 23 155 1A 35
Octal 247 151 175 0 45 31 43 525 32 65
Binary 10100111 1101001 1111101 0 100101 11001 100011 101010101 11010 110101

Color Harmonies of #A7697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7697D

Black with #A7697D

Text Example


Text Example

White with #A7697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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