Html Css Color HEX #A5687D Tapestry

📋 copy color: '#A5687D'

red 165 ◦ green 104 ◦ blue 125

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

Shades of Tapestry #A5687D

Tints of Tapestry #A5687D

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

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

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

R = 41.88%
G = 26.4%
B = 31.73%

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

#A5687D (or 0xA5687D) is known color: Tapestry. HEX triplet: A5, 68 and 7D. RGB value is (165,104,125). Sum of RGB (Red+Green+Blue) = 165+104+125=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5687D is #5A9782. Grayscale: #7C7C7C. Windows color (decimal): -5937027 or 8218789. OLE color: 8218789.

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

Color convert

RGB 165 104 125 -
CMYK 0 0.37 0.24 0.35
HSL 339.34º 0.25% 0.53% -
HSV(B) 339.34º 0.37% 0.65% -
XYZ 24.17 19.38 21.87 -
YUV 124.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 165 104 125 0 0.37 0.24 0.35 339.34 0.25 0.53
Hex A5 68 7D 0 25 18 23 153 19 35
Octal 245 150 175 0 45 30 43 523 31 65
Binary 10100101 1101000 1111101 0 100101 11000 100011 101010011 11001 110101

Color Harmonies of #A5687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5687D

Black with #A5687D

Text Example


Text Example

White with #A5687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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