Html Css Color HEX #A97085 Tapestry

📋 copy color: '#A97085'

red 169 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #A97085

Tints of Tapestry #A97085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 40.82%
G = 27.05%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A97085 (or 0xA97085) is known color: Tapestry. HEX triplet: A9, 70 and 85. RGB value is (169,112,133). Sum of RGB (Red+Green+Blue) = 169+112+133=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A97085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97085 is #568F7A. Grayscale: #838383. Windows color (decimal): -5672827 or 8745129. OLE color: 8745129.

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

Color convert

RGB 169 112 133 -
CMYK 0 0.34 0.21 0.34
HSL 337.89º 0.25% 0.55% -
HSV(B) 337.89º 0.34% 0.66% -
XYZ 26.39 21.72 24.99 -
YUV 131.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 169 112 133 0 0.34 0.21 0.34 337.89 0.25 0.55
Hex A9 70 85 0 22 15 22 152 19 37
Octal 251 160 205 0 42 25 42 522 31 67
Binary 10101001 1110000 10000101 0 100010 10101 100010 101010010 11001 110111

Color Harmonies of #A97085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97085

Black with #A97085

Text Example


Text Example

White with #A97085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97085; }

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

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

background-color css

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

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

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

border-color css

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

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

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