Html Css Color HEX #A48B8D Tapestry

📋 copy color: '#A48B8D'

red 164 ◦ green 139 ◦ blue 141

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

Shades of Tapestry #A48B8D

Tints of Tapestry #A48B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

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

R = 36.94%
G = 31.31%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A48B8D (or 0xA48B8D) is known color: Tapestry. HEX triplet: A4, 8B and 8D. RGB value is (164,139,141). Sum of RGB (Red+Green+Blue) = 164+139+141=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B8D is #5B7472. Grayscale: #929292. Windows color (decimal): -5993587 or 9276324. OLE color: 9276324.

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

Color convert

RGB 164 139 141 -
CMYK 0 0.15 0.14 0.36
HSL 355.2º 0.12% 0.59% -
HSV(B) 355.2º 0.15% 0.64% -
XYZ 29.35 28.28 29.11 -
YUV 146.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 164 139 141 0 0.15 0.14 0.36 355.2 0.12 0.59
Hex A4 8B 8D 0 F E 24 163 C 3B
Octal 244 213 215 0 17 16 44 543 14 73
Binary 10100100 10001011 10001101 0 1111 1110 100100 101100011 1100 111011

Color Harmonies of #A48B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B8D

Black with #A48B8D

Text Example


Text Example

White with #A48B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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