Html Css Color HEX #A97088 Tapestry

📋 copy color: '#A97088'

red 169 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #A97088

Tints of Tapestry #A97088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 40.53%
G = 26.86%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A97088 (or 0xA97088) is known color: Tapestry. HEX triplet: A9, 70 and 88. RGB value is (169,112,136). Sum of RGB (Red+Green+Blue) = 169+112+136=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97088 is #568F77. Grayscale: #838383. Windows color (decimal): -5672824 or 8941737. OLE color: 8941737.

HSL color Cylindrical-coordinate representation of color #A97088: hue angle of 334.74º 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 #A97088 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 112 136 -
CMYK 0 0.34 0.20 0.34
HSL 334.74º 0.25% 0.55% -
HSV(B) 334.74º 0.34% 0.66% -
XYZ 26.6 21.8 26.1 -
YUV 131.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 169 112 136 0 0.34 0.20 0.34 334.74 0.25 0.55
Hex A9 70 88 0 22 14 22 14F 19 37
Octal 251 160 210 0 42 24 42 517 31 67
Binary 10101001 1110000 10001000 0 100010 10100 100010 101001111 11001 110111

Color Harmonies of #A97088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97088

Black with #A97088

Text Example


Text Example

White with #A97088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97088; }

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

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

background-color css

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

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

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

border-color css

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

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

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