Html Css Color HEX #A9748B Tapestry

📋 copy color: '#A9748B'

red 169 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #A9748B

Tints of Tapestry #A9748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 39.86%
G = 27.36%
B = 32.78%

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

#A9748B (or 0xA9748B) is known color: Tapestry. HEX triplet: A9, 74 and 8B. RGB value is (169,116,139). Sum of RGB (Red+Green+Blue) = 169+116+139=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9748B is #568B74. Grayscale: #868686. Windows color (decimal): -5671797 or 9139369. OLE color: 9139369.

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

Color convert

RGB 169 116 139 -
CMYK 0 0.31 0.18 0.34
HSL 333.96º 0.24% 0.56% -
HSV(B) 333.96º 0.31% 0.66% -
XYZ 27.27 22.79 27.39 -
YUV 134.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 169 116 139 0 0.31 0.18 0.34 333.96 0.24 0.56
Hex A9 74 8B 0 1F 12 22 14E 18 38
Octal 251 164 213 0 37 22 42 516 30 70
Binary 10101001 1110100 10001011 0 11111 10010 100010 101001110 11000 111000

Color Harmonies of #A9748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9748B

Black with #A9748B

Text Example


Text Example

White with #A9748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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