Html Css Color HEX #A3828A Tapestry

📋 copy color: '#A3828A'

red 163 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #A3828A

Tints of Tapestry #A3828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 37.82%
G = 30.16%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3828A (or 0xA3828A) is known color: Tapestry. HEX triplet: A3, 82 and 8A. RGB value is (163,130,138). Sum of RGB (Red+Green+Blue) = 163+130+138=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828A is #5C7D75. Grayscale: #8C8C8C. Windows color (decimal): -6061430 or 9077411. OLE color: 9077411.

HSL color Cylindrical-coordinate representation of color #A3828A: hue angle of 345.45º 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 #A3828A is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 138 -
CMYK 0 0.20 0.15 0.36
HSL 345.45º 0.15% 0.57% -
HSV(B) 345.45º 0.2% 0.64% -
XYZ 27.67 25.59 27.52 -
YUV 140.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 163 130 138 0 0.20 0.15 0.36 345.45 0.15 0.57
Hex A3 82 8A 0 14 F 24 159 F 39
Octal 243 202 212 0 24 17 44 531 17 71
Binary 10100011 10000010 10001010 0 10100 1111 100100 101011001 1111 111001

Color Harmonies of #A3828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3828A

Black with #A3828A

Text Example


Text Example

White with #A3828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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