Html Css Color HEX #A3687D Tapestry

📋 copy color: '#A3687D'

red 163 ◦ green 104 ◦ blue 125

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

Shades of Tapestry #A3687D

Tints of Tapestry #A3687D

RGB

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

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

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

R = 41.58%
G = 26.53%
B = 31.89%

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

#A3687D (or 0xA3687D) is known color: Tapestry. HEX triplet: A3, 68 and 7D. RGB value is (163,104,125). Sum of RGB (Red+Green+Blue) = 163+104+125=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3687D is #5C9782. Grayscale: #7C7C7C. Windows color (decimal): -6068099 or 8218787. OLE color: 8218787.

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

Color convert

RGB 163 104 125 -
CMYK 0 0.36 0.23 0.36
HSL 338.64º 0.24% 0.52% -
HSV(B) 338.64º 0.36% 0.64% -
XYZ 23.76 19.17 21.85 -
YUV 124.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 163 104 125 0 0.36 0.23 0.36 338.64 0.24 0.52
Hex A3 68 7D 0 24 17 24 153 18 34
Octal 243 150 175 0 44 27 44 523 30 64
Binary 10100011 1101000 1111101 0 100100 10111 100100 101010011 11000 110100

Color Harmonies of #A3687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3687D

Black with #A3687D

Text Example


Text Example

White with #A3687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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