Html Css Color HEX #A97385 Tapestry

📋 copy color: '#A97385'

red 169 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #A97385

Tints of Tapestry #A97385

RGB

 RED value IS 169 (66.41% from 255) = 40.53%

 GREEN value IS 115 (45.31% from 255) = 27.58%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 40.53%
G = 27.58%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A97385 (or 0xA97385) is known color: Tapestry. HEX triplet: A9, 73 and 85. RGB value is (169,115,133). Sum of RGB (Red+Green+Blue) = 169+115+133=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97385 is #568C7A. Grayscale: #858585. Windows color (decimal): -5672059 or 8745897. OLE color: 8745897.

HSL color Cylindrical-coordinate representation of color #A97385: hue angle of 340º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97385 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 115 133 -
CMYK 0 0.32 0.21 0.34
HSL 340º 0.24% 0.56% -
HSV(B) 340º 0.32% 0.66% -
XYZ 26.73 22.39 25.1 -
YUV 133.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 169 115 133 0 0.32 0.21 0.34 340 0.24 0.56
Hex A9 73 85 0 20 15 22 154 18 38
Octal 251 163 205 0 40 25 42 524 30 70
Binary 10101001 1110011 10000101 0 100000 10101 100010 101010100 11000 111000

Color Harmonies of #A97385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97385

Black with #A97385

Text Example


Text Example

White with #A97385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97385; }

 p { color: rgb(169,115,133); }

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

background-color css

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

 a { background-color: rgb(169,115,133); }

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

border-color css

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

 span { border-color: rgb(169,115,133); }

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