Html Css Color HEX #A3697D Tapestry

📋 copy color: '#A3697D'

red 163 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #A3697D

Tints of Tapestry #A3697D

RGB

 RED value IS 163 (64.06% from 255) = 41.48%

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

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

R = 41.48%
G = 26.72%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3697D (or 0xA3697D) is known color: Tapestry. HEX triplet: A3, 69 and 7D. RGB value is (163,105,125). Sum of RGB (Red+Green+Blue) = 163+105+125=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3697D is #5C9682. Grayscale: #7C7C7C. Windows color (decimal): -6067843 or 8219043. OLE color: 8219043.

HSL color Cylindrical-coordinate representation of color #A3697D: hue angle of 339.31º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3697D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 125 -
CMYK 0 0.36 0.23 0.36
HSL 339.31º 0.24% 0.53% -
HSV(B) 339.31º 0.36% 0.64% -
XYZ 23.86 19.37 21.88 -
YUV 124.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 163 105 125 0 0.36 0.23 0.36 339.31 0.24 0.53
Hex A3 69 7D 0 24 17 24 153 18 35
Octal 243 151 175 0 44 27 44 523 30 65
Binary 10100011 1101001 1111101 0 100100 10111 100100 101010011 11000 110101

Color Harmonies of #A3697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3697D

Black with #A3697D

Text Example


Text Example

White with #A3697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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