Html Css Color HEX #A5697D Tapestry

📋 copy color: '#A5697D'

red 165 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #A5697D

Tints of Tapestry #A5697D

RGB

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

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

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

R = 41.77%
G = 26.58%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5697D (or 0xA5697D) is known color: Tapestry. HEX triplet: A5, 69 and 7D. RGB value is (165,105,125). Sum of RGB (Red+Green+Blue) = 165+105+125=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5697D is #5A9682. Grayscale: #7D7D7D. Windows color (decimal): -5936771 or 8219045. OLE color: 8219045.

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

Color convert

RGB 165 105 125 -
CMYK 0 0.36 0.24 0.35
HSL 340º 0.25% 0.53% -
HSV(B) 340º 0.36% 0.65% -
XYZ 24.27 19.58 21.9 -
YUV 125.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 165 105 125 0 0.36 0.24 0.35 340 0.25 0.53
Hex A5 69 7D 0 24 18 23 154 19 35
Octal 245 151 175 0 44 30 43 524 31 65
Binary 10100101 1101001 1111101 0 100100 11000 100011 101010100 11001 110101

Color Harmonies of #A5697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5697D

Black with #A5697D

Text Example


Text Example

White with #A5697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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