Html Css Color HEX #A3828D Tapestry

📋 copy color: '#A3828D'

red 163 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #A3828D

Tints of Tapestry #A3828D

RGB

 RED value IS 163 (64.06% from 255) = 37.56%

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 37.56%
G = 29.95%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3828D (or 0xA3828D) is known color: Tapestry. HEX triplet: A3, 82 and 8D. RGB value is (163,130,141). Sum of RGB (Red+Green+Blue) = 163+130+141=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828D is #5C7D72. Grayscale: #8D8D8D. Windows color (decimal): -6061427 or 9274019. OLE color: 9274019.

HSL color Cylindrical-coordinate representation of color #A3828D: hue angle of 340º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3828D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 141 -
CMYK 0 0.20 0.13 0.36
HSL 340º 0.15% 0.57% -
HSV(B) 340º 0.2% 0.64% -
XYZ 27.89 25.67 28.68 -
YUV 141.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 163 130 141 0 0.20 0.13 0.36 340 0.15 0.57
Hex A3 82 8D 0 14 D 24 154 F 39
Octal 243 202 215 0 24 15 44 524 17 71
Binary 10100011 10000010 10001101 0 10100 1101 100100 101010100 1111 111001

Color Harmonies of #A3828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3828D

Black with #A3828D

Text Example


Text Example

White with #A3828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3828D; }

 p { color: rgb(163,130,141); }

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

background-color css

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

 a { background-color: rgb(163,130,141); }

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

border-color css

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

 span { border-color: rgb(163,130,141); }

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