Html Css Color HEX #A9748A Tapestry

📋 copy color: '#A9748A'

red 169 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #A9748A

Tints of Tapestry #A9748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 39.95%
G = 27.42%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9748A (or 0xA9748A) is known color: Tapestry. HEX triplet: A9, 74 and 8A. RGB value is (169,116,138). Sum of RGB (Red+Green+Blue) = 169+116+138=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9748A is #568B75. Grayscale: #868686. Windows color (decimal): -5671798 or 9073833. OLE color: 9073833.

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

Color convert

RGB 169 116 138 -
CMYK 0 0.31 0.18 0.34
HSL 335.09º 0.24% 0.56% -
HSV(B) 335.09º 0.31% 0.66% -
XYZ 27.2 22.76 27 -
YUV 134.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 169 116 138 0 0.31 0.18 0.34 335.09 0.24 0.56
Hex A9 74 8A 0 1F 12 22 14F 18 38
Octal 251 164 212 0 37 22 42 517 30 70
Binary 10101001 1110100 10001010 0 11111 10010 100010 101001111 11000 111000

Color Harmonies of #A9748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9748A

Black with #A9748A

Text Example


Text Example

White with #A9748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9748A; }

 p { color: rgb(169,116,138); }

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

background-color css

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

 a { background-color: rgb(169,116,138); }

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

border-color css

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

 span { border-color: rgb(169,116,138); }

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