Html Css Color HEX #A5848D Tapestry

📋 copy color: '#A5848D'

red 165 ◦ green 132 ◦ blue 141

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

Shades of Tapestry #A5848D

Tints of Tapestry #A5848D

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

 GREEN value IS 132 (51.95% from 255) = 30.14%

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

R = 37.67%
G = 30.14%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5848D (or 0xA5848D) is known color: Tapestry. HEX triplet: A5, 84 and 8D. RGB value is (165,132,141). Sum of RGB (Red+Green+Blue) = 165+132+141=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5848D is #5A7B72. Grayscale: #8E8E8E. Windows color (decimal): -5929843 or 9274533. OLE color: 9274533.

HSL color Cylindrical-coordinate representation of color #A5848D: hue angle of 343.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5848D is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 141 -
CMYK 0 0.20 0.15 0.35
HSL 343.64º 0.15% 0.58% -
HSV(B) 343.64º 0.2% 0.65% -
XYZ 28.58 26.42 28.79 -
YUV 142.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 165 132 141 0 0.20 0.15 0.35 343.64 0.15 0.58
Hex A5 84 8D 0 14 F 23 158 F 3A
Octal 245 204 215 0 24 17 43 530 17 72
Binary 10100101 10000100 10001101 0 10100 1111 100011 101011000 1111 111010

Color Harmonies of #A5848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5848D

Black with #A5848D

Text Example


Text Example

White with #A5848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5848D; }

 p { color: rgb(165,132,141); }

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

background-color css

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

 a { background-color: rgb(165,132,141); }

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

border-color css

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

 span { border-color: rgb(165,132,141); }

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