Html Css Color HEX #A48A8D Tapestry

📋 copy color: '#A48A8D'

red 164 ◦ green 138 ◦ blue 141

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

Shades of Tapestry #A48A8D

Tints of Tapestry #A48A8D

RGB

 RED value IS 164 (64.45% from 255) = 37.02%

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 37.02%
G = 31.15%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A48A8D (or 0xA48A8D) is known color: Tapestry. HEX triplet: A4, 8A and 8D. RGB value is (164,138,141). Sum of RGB (Red+Green+Blue) = 164+138+141=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A8D is #5B7572. Grayscale: #929292. Windows color (decimal): -5993843 or 9276068. OLE color: 9276068.

HSL color Cylindrical-coordinate representation of color #A48A8D: hue angle of 353.08º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48A8D is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 141 -
CMYK 0 0.16 0.14 0.36
HSL 353.08º 0.13% 0.59% -
HSV(B) 353.08º 0.16% 0.64% -
XYZ 29.21 27.99 29.06 -
YUV 146.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 164 138 141 0 0.16 0.14 0.36 353.08 0.13 0.59
Hex A4 8A 8D 0 10 E 24 161 C 3B
Octal 244 212 215 0 20 16 44 541 14 73
Binary 10100100 10001010 10001101 0 10000 1110 100100 101100001 1100 111011

Color Harmonies of #A48A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A8D

Black with #A48A8D

Text Example


Text Example

White with #A48A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A8D; }

 p { color: rgb(164,138,141); }

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

background-color css

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

 a { background-color: rgb(164,138,141); }

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

border-color css

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

 span { border-color: rgb(164,138,141); }

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